Flickr Secret Faves
Secretly fave photos on Flickr
Flickr Secret Faves là gì?
Flickr Secret Faves là một tiện ích mở rộng Chrome được phát triển bởi Bertrand Fan, và tính năng chính của nó là "Secretly fave photos on Flickr".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flickr Secret Faves
Tải xuống các tệp mở rộng Flickr Secret Faves dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kfkeaclfeilnaialkjflklopnmknggmf |
URL Chính Thức | https://chrome.google.com/webstore/detail/flickr-secret-faves/kfkeaclfeilnaialkjflklopnmknggmf |
Mô tả | Secretly fave photos on Flickr |
Kích Thước Tệp | 50.14 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-08-19 |
Ngày Phát Hành | 2013-08-19 |
Nhà Phát Triển | Bertrand Fan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |