OneClick Picsaver
Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.
什麼是OneClick Picsaver?
OneClick Picsaver是由mj-developers-team開發的Chrome擴展程式,該擴展的主要功能是“Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.”。
擴展截圖
下載OneClick Picsaver擴展crx文件
下載OneClick Picsaver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension requires the Picsaver Chrome App image downloader to work properly. You will be asked to install this app. OneClick Picksaver saves images from Facebook, Pinterest, 500 px and any other web page. Extension recognizes and downloads only full-sized pictures without trash and banners. Picsaver analizes preview images on web-pages and downloads the originals. Images are saved in the selected folder with one click and automatically renamed if the same file name already exists.
擴展基本資訊
名稱 | OneClick Picsaver |
ID | phpfkeikhkofikgikkgkhlafelljmpii |
官方網址 | https://chromewebstore.google.com/detail/oneclick-picsaver/phpfkeikhkofikgikkgkhlafelljmpii |
簡介 | Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners. |
檔案大小 | 68.89 KB |
安裝次數 | 5,093 |
目前版本 | 1.0.7.2 |
更新時間 | 2014-05-05 |
上架時間 | 2014-05-05 |
評分 | 3.12/5 共 75 次評分 |
開發者 | mj-developers-team |
付費類型 | free |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.7.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_appDesc__", "minimum_chrome_version": "23", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/www.facebook.com\/", "http:\/\/500px.com\/", "http:\/\/pinterest.com\/" ], "background": { "page": "background.html" }, "page_action": { "default_title": "Save pics", "default_icon": "18.png", "default_popup": "popup.html" }, "icons": { "16": "18.png", "48": "icons_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ] } |