简体   繁体   English

如何从 Google Play 开发者控制台下载图片

[英]How can i download images from Google Play developer console

I'm about to create a different version of my existing app.我将要创建现有应用程序的不同版本。 I need hi-res icon, featured graphic, and screenshots of previous application.我需要hi-res图标、特色图形和以前应用程序的屏幕截图。 How can I download them from Google Play developer console?如何从 Google Play 开发者控制台下载它们?

You can use Google Chrome developer tools to find out the link to your apps graphic in the google play developer console.您可以使用 Google Chrome 开发人员工具在 google play 开发人员控制台中找到指向您的应用程序图形的链接。 The link to this graphic is like that: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h300-rw这个图形的链接是这样的: https : //lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h300-rw

As you can see there is "h300-rw" at the end of this link.如您所见,此链接末尾有“h300-rw”。 It is the dimension of your image.它是你形象的维度。 If you change that for example to "h1024-rw" then you'll get a hi-res image: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h1024-rw例如,如果您将其更改为“h1024-rw”,那么您将获得一个高分辨率图像: https ://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a24

Follow these simple steps:请按照以下简单步骤操作:

1) goto your App Page in Google Play 1) 在 Google Play 中转到您的应用页面

2) copy the Image Address of the image you needed https://lh3.googleusercontent.com/GFLeShFxtwkDtDWMFVeieXc3nXlNwggWmh99TfwgrMANc4L3ZD2T-EEWaBbeQmjQWw=s180-rw 2) 复制你需要的图片的图片地址https://lh3.googleusercontent.com/GFLeShFxtwkDtDWMFVeieXc3nXlNwggWmh99TfwgrMANc4L3ZD2T-EEWaBbeQmjQWw=s180-rw

3) paste it on the browser and remove =s180-rw 3) 将其粘贴到浏览器并删除=s180-rw

4) download thats it. 4)下载就是这样。

You can download Google Play Console images in .png by following these steps :您可以按照以下步骤下载 .png 格式的 Google Play 控制台图像:

  • Right click on the image and click on "Open image" (on Chrome) or "Display image "(on Firefox)右键单击图像并单击“打开图像”(在 Chrome 上)或“显示图像”(在 Firefox 上)
  • Add =h1204 at the end of the url if you want to get the image with 1204 height (you can set any value you want)如果要获取高度为 1204 的图像,请在 url 末尾添加=h1204 (您可以设置任何您想要的值)
  • Add =w1204 at the end of the url if you want to get the image with 1204 width (you can set any value you want)如果要获取宽度为 1204 的图像,请在 url 末尾添加=w1204 (您可以设置任何您想要的值)
  • Now, you can now download the image by saving it (you will see that the format will be .PNG)现在,您现在可以通过保存来下载图像(您将看到格式为 .PNG)
  1. Visit the app page on your computer, tap on the screenshot you wish to download.访问您计算机上的应用程序页面,点击您要下载的屏幕截图。

  2. Right click on the image and click Open Image in new Tab . Right click图像,然后单击Open Image in new Tab

    在此处输入图片说明

  3. Switch to new tab and again right click on the image and choose Save Image As... .切换到新选项卡并再次right click图像并选择Save Image As...

    在此处输入图片说明

Jquery selector is best option to extract images from play store and app store as both stores allow web crawl. Jquery 选择器是从 Play 商店和应用商店中提取图像的最佳选择,因为这两个商店都允许网络抓取。 U can find a unique class to identify image section and then crawl it.您可以找到一个唯一的类来识别图像部分,然后对其进行抓取。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 以编程方式从Google Play Developer Console下载APK文件 - Download APK file from Google Play Developer Console programmatically 如何使用Microsoft Outlook ID访问Google Play开发者控制台帐户? - How can I access to Google Play Developer Console Account with Microsoft outlook id? 如何从 Google Play Developer Console 中删除草稿? - How to delete a Draft from google play Developer Console? 如何从Google Play开发者控制台中删除被拒绝的应用程序? - How to remove rejected apps from Google Play Developer Console? 如何从Google Play开发者控制台删除暂停的应用? - How delete suspended app from google play developer console? 如何从Google Play开发者控制台中删除或隐藏已暂停的应用程序? - How to remove or hide suspended app from google play developer console? 如果我从Play开发者控制台删除一个APK,它是否仍然可以下载,直到我点击发布? - if I delete an APK from the Play developer console, is it still available for download until I hit publish? 在Google Firebase中,我们如何检索下载URL列表以及从Firebase控制台上传的图像? - In Google Firebase, How can we retrieve list of download URL, images that we have uploaded from Firebase Console? 如果有人从Google Developer Console中删除了一个项目,那么也会从Google Play Developer Console中将其删除吗? - If one deletes a project from Google Developer Console, will it be removed from Google Play Developer Console as well? 无法在Google Play开发者控制台中停用生产应用以支持测试版 - Can not disable production app in Google Play Developer Console in favor of beta
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM