Click and Save
Click to save images. Auto Rename, Filter, and Save most pictures.
Cos'è Click and Save?
Click and Save è un'estensione di Chrome sviluppata da http://sites.google.com/site/chromeclickandsave, e la sua funzione principale è "Click to save images. Auto Rename, Filter, and Save most pictures.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Click and Save
Scarica i file di estensione Click and Save in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Save pictures and images just by clicking on them. Great image saver! Auto Save Auto Rename Download All Images Filters (filter by url keywords, image size) Floating Image Save button, toolbar Generate unique filenames+++++ On/Off switch Saves Images with Click, Alt-Click, Double Click, Drag, MouseOver, or Toolbar button Easy to use! No ads!
Informazioni di Base sull'Estensione
Nome | |
ID | dbkmjjclgbiooljcegcddagnddjedmed |
URL Ufficiale | https://chrome.google.com/webstore/detail/click-and-save/dbkmjjclgbiooljcegcddagnddjedmed |
Descrizione | Click to save images. Auto Rename, Filter, and Save most pictures. |
Dimensione del File | 125 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.7.9 |
Ultimo Aggiornamento | 2015-02-05 |
Data di Pubblicazione | 2015-02-05 |
Valutazione | 3.91/5 Totale 303 Valutazioni |
Sviluppatore | http://sites.google.com/site/chromeclickandsave |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "pics\/click-128.png", "default_popup": "popup.html", "default_title": "Click And Save" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-2.0.3.min.js", "deconstructUrl.js", "clickAndSave always inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Click to save images. Auto Rename, Filter, and Save most pictures.", "icons": { "128": "pics\/click-128.png" }, "manifest_version": 2, "name": "Click and Save", "options_page": "options.html", "permissions": [ "storage", "tabs", "ftp:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardWrite" ], "version": "1.7.9", "web_accessible_resources": [ "\/pics\/save2-16.png", "\/pics\/save2-32.png", "jquery-2.0.3.min.map" ] } |