How can i download images from Google Play developer console

白昼怎懂夜的黑 提交于 2019-12-20 10:19:27

问题


I'm about to create a different version of my existing app. I need hi-res icon, featured graphic, and screenshots of previous application. How can I download them from Google Play developer console?


回答1:


You can use Google Chrome developer tools to find out the link to your apps graphic in the google play developer console. The link to this graphic is like that: https://lh3.ggpht.com/tl0FC9sBdKWSI37JejuhKrMjlrZkZNbAJmDhaYvs6WahtRvNZC6XEiTIcyQiJ7a2QQ=h300-rw

As you can see there is "h300-rw" at the end of this link. 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




回答2:


Follow these simple steps:

1) goto your App Page in Google Play

2) copy the Image Address of the image you needed https://lh3.googleusercontent.com/GFLeShFxtwkDtDWMFVeieXc3nXlNwggWmh99TfwgrMANc4L3ZD2T-EEWaBbeQmjQWw=s180-rw

3) paste it on the browser and remove =s180-rw

4) download thats it.




回答3:


Jquery selector is best option to extract images from play store and app store as both stores allow web crawl. U can find a unique class to identify image section and then crawl it.




回答4:


  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.

  3. Switch to new tab and again right click on the image and choose Save Image As....



来源:https://stackoverflow.com/questions/36508291/how-can-i-download-images-from-google-play-developer-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!