OneClick Picsaver
Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.
Qu'est-ce que OneClick Picsaver ?
OneClick Picsaver est une extension Chrome développée par mj-developers-team, et sa fonction principale est "Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OneClick Picsaver
Téléchargez les fichiers d'extension OneClick Picsaver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OneClick Picsaver |
ID | phpfkeikhkofikgikkgkhlafelljmpii |
URL Officiel | https://chromewebstore.google.com/detail/oneclick-picsaver/phpfkeikhkofikgikkgkhlafelljmpii |
Description | Save images from any web-page in one click. Extension recognizes and downloads only full-sized pictures without trash and banners. |
Taille du Fichier | 68.89 KB |
Nombre d'Installations | 5,093 |
Version Actuelle | 1.0.7.2 |
Dernière Mise à Jour | 2014-05-05 |
Date de Publication | 2014-05-05 |
Évaluation | 3.12/5 Total 75 Évaluations |
Développeur | mj-developers-team |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |