500px Downloader
Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader
什么是500px Downloader?
500px Downloader是由solitaryobserver.com开发的Chrome扩展程序,该扩展的主要功能是“Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader”。
扩展截图
下载500px Downloader扩展crx文件
下载500px Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download the image from 500px.com wit just one click! One click image download for 500px.com! Simply click the extension button to download. Or use the "Download" button on screen. We have a well built and super cool HD image downloader for Android as well. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader Let me know if you have other suggestions or concerns. This will download image directly to your downloads folder, naming it with image title name. It is that simple. The extension allows user to download image with a single click from 500px.com, a website that contains professional photos from all around the world. The extension only requires permission for active tab and download. The active tab is to be able to capture the current image and download permission will allow extension to automatically save images to users device. It only download images from the website and nothing else. It downloads image in fixed .jpeg format only. We have a well built and super cool HD image downloader for Android as well. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader Please let me know if you have any feedback.
扩展基本信息
名称 | 500px Downloader |
ID | nmkeibjoejjodnapeoejpianngpdcboj |
官方URL | https://chromewebstore.google.com/detail/500px-downloader/nmkeibjoejjodnapeoejpianngpdcboj |
简介 | Download the image from 500px.com. Android App: https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader |
文件大小 | 75.41 KB |
安装次数 | 2,124 |
当前版本 | 1.0 |
更新时间 | 2020-12-12 |
上架时间 | 2020-12-12 |
评分 | 2.50/5 共12次评分 |
开发者 | solitaryobserver.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://play.google.com/store/apps/details?id=com.solitaryobserver.a500pxdownloader |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Download this photo" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/500px.com\/*", "https:\/\/*.500px.com\/*" ], "run_at": "document_end" } ], "description": "Download the image from 500px.com. Android App: https:\/\/play.google.com\/store\/apps\/details?id=com.solitaryobserver.a500pxdownloader", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "500px Downloader", "permissions": [ "activeTab", "downloads" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |