Click and Save
Click to save images. Auto Rename, Filter, and Save most pictures.
什么是Click and Save?
Click and Save是由http://sites.google.com/site/chromeclickandsave开发的Chrome扩展程序,该扩展的主要功能是“Click to save images. Auto Rename, Filter, and Save most pictures.”。
扩展截图
下载Click and Save扩展crx文件
下载Click and Save扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | dbkmjjclgbiooljcegcddagnddjedmed |
官方URL | https://chrome.google.com/webstore/detail/click-and-save/dbkmjjclgbiooljcegcddagnddjedmed |
简介 | Click to save images. Auto Rename, Filter, and Save most pictures. |
文件大小 | 125 KB |
安装次数 | 10,000 |
当前版本 | 1.7.9 |
更新时间 | 2015-02-05 |
上架时间 | 2015-02-05 |
评分 | 3.91/5 共303次评分 |
开发者 | http://sites.google.com/site/chromeclickandsave |
付费类型 | free |
支持的语言 | 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" ] } |