Click and Save
Click to save images. Auto Rename, Filter, and Save most pictures.
Co to jest Click and Save?
Click and Save to rozszerzenie Chrome opracowane przez http://sites.google.com/site/chromeclickandsave, a jego główną funkcją jest „Click to save images. Auto Rename, Filter, and Save most pictures.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Click and Save
Pobierz pliki rozszerzeń Click and Save w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dbkmjjclgbiooljcegcddagnddjedmed |
Oficjalny URL | https://chrome.google.com/webstore/detail/click-and-save/dbkmjjclgbiooljcegcddagnddjedmed |
Opis | Click to save images. Auto Rename, Filter, and Save most pictures. |
Rozmiar pliku | 125 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.7.9 |
Ostatnia Aktualizacja | 2015-02-05 |
Data Publikacji | 2015-02-05 |
Ocena | 3.91/5 Łącznie 303 Oceny |
Deweloper | http://sites.google.com/site/chromeclickandsave |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |