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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alesa Dam และคุณลักษณะหลักของมันคือ "This extension provides buttons to tag, comment, or favorite Flickr photos posted in Flickr threads"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr Photo Actions on Threads

ดาวน์โหลดไฟล์ส่วนขยาย 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 Flickr Photo Actions on Threads
ID aockpladnfogjkcohbmciemdcjdhcbkn
URL อย่างเป็นทางการ 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"
}