Flickr Photo Actions on Threads
This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads
什麼是Flickr Photo Actions on Threads?
Flickr Photo Actions on Threads是由Alesa Dam開發的Chrome擴展程式,該擴展的主要功能是“This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads”。
擴展截圖
下載Flickr Photo Actions on Threads擴展crx文件
下載Flickr Photo Actions on Threads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The script provides a couple of buttons above each (Flickr) photo posted in Flickr threads, on photo pages, group pending items pages, and group pools. The buttons allow to . mark the photo as a Favorite . add tags . add a comment When adding a comment, you can choose to add a 'referrer'. The extension holds a list of your favorite comments, and most used tags. Comments and tags can be managed (define new, remove some, edit or copy existing comments/tags). You can also mark a stored comment as a 'fast comment' (or a stored tag as a 'fast' tag). It will show above the photo as an icon, with the label and color you have set. This provides for one-click commenting/tagging.
擴展基本資訊
名稱 | Flickr Photo Actions on Threads |
ID | aockpladnfogjkcohbmciemdcjdhcbkn |
官方網址 | https://chromewebstore.google.com/detail/flickr-photo-actions-on-t/aockpladnfogjkcohbmciemdcjdhcbkn |
簡介 | This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads |
檔案大小 | 131 KB |
安裝次數 | 110 |
目前版本 | 6.4 |
更新時間 | 2013-08-21 |
上架時間 | 2013-08-21 |
評分 | 3.00/5 共 4 次評分 |
開發者 | Alesa Dam |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | http://www.flickr.com/groups/flickrhacks/discuss/72157626999092722/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Photo Actions on Threads", "version": "6.4", "description": "This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "scripts\/mootools-1.2.5-core-yc.js", "background.js" ] }, "web_accessible_resources": [ "images\/editadd.png", "images\/editpaste.png", "images\/editdelete.png", "images\/edit.png", "images\/filesave.png", "images\/db.png", "images\/paypal.png", "images\/amazon.png", "images\/bitcoin.png" ], "content_scripts": [ { "matches": [ "http:\/\/www.flickr.com\/groups\/*\/discuss\/*", "http:\/\/www.flickr.com\/groups\/*\/admin\/pending\/*", "http:\/\/www.flickr.com\/photos\/*", "http:\/\/www.flickr.com\/groups\/*\/pool\/*", "http:\/\/www.flickr.com\/groups\/*" ], "js": [ "scripts\/mootools-1.2.5-core-yc.js", "scripts\/fpa_greasemonkey_layer.js", "scripts\/flickr_photo_actions_on_.js" ] } ], "run_at": "document-end" } |