Flickr Secret Faves
Secretly fave photos on Flickr
什么是Flickr Secret Faves?
Flickr Secret Faves是由Bertrand Fan开发的Chrome扩展程序,该扩展的主要功能是“Secretly fave photos on Flickr”。
扩展截图
下载Flickr Secret Faves扩展crx文件
下载Flickr Secret Faves扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Secretly fave photos on Flickr to your local machine without broadcasting the action to the public. To secretly fave, simply click on the secret fave icon next to the Favorite icon or use the keyboard shortcut [d]. To view your faves, right-click on the secret fave icon. You may also go to Explore : Secret Faves or use the keyboard shortcut [shift-d]. Keyboard shortcuts: d - Toggle secret fave shift-d - View secret faves http://github.com/bertrandom/flickr-secret-faves
扩展基本信息
名称 | |
ID | kfkeaclfeilnaialkjflklopnmknggmf |
官方URL | https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf |
简介 | Secretly fave photos on Flickr |
文件大小 | 50.14 KB |
安装次数 | 53 |
当前版本 | 1.1 |
更新时间 | 2013-08-19 |
上架时间 | 2013-08-19 |
开发者 | Bertrand Fan |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flickr Secret Faves", "description": "Secretly fave photos on Flickr", "version": "1.1", "permissions": [ "storage", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/www.flickr.com\/*" ], "css": [ "css\/secret-faves.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/secret-faves.js" ], "run_at": "document_start" } ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "img\/secret.png", "img\/secret-off.png" ] } |