Flickr Secret Faves
Secretly fave photos on Flickr
Flickr Secret Favesคืออะไร?
Flickr Secret Faves เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bertrand Fan และคุณลักษณะหลักของมันคือ "Secretly fave photos on Flickr"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr Secret Faves
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |