Flickr GroupPool Tag Checker

This extension allows you to easily locate those images in your group pool that do not have the required tags set.

Flickr GroupPool Tag Checkerคืออะไร?

Flickr GroupPool Tag Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alesa Dam และคุณลักษณะหลักของมันคือ "This extension allows you to easily locate those images in your group pool that do not have the required tags set."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr GroupPool Tag Checker

ดาวน์โหลดไฟล์ส่วนขยาย Flickr GroupPool Tag Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables Flickr group admins to easily find pool entries that don't have the  required group tags.
It also provides an easy means to enforce the tags on the non-conforming entries.

This extension is only active using the 'small thumbnails' view on a group pool page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Flickr GroupPool Tag Checker Flickr GroupPool Tag Checker
ID beacpfphgdlmlhdgcpeemfemlnhgcjbi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi
คำอธิบาย This extension allows you to easily locate those images in your group pool that do not have the required tags set.
ขนาดไฟล์ 74.35 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2013-08-17
วันที่เผยแพร่ 2013-08-17
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Alesa Dam
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr GroupPool Tag Checker",
    "version": "2.2.0",
    "description": "This extension allows you to easily locate those images in your group pool that do not have the required tags set.",
    "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\/paypal.png",
        "images\/bitcoin.png",
        "images\/amazon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/groups\/*"
            ],
            "js": [
                "scripts\/mootools-1.2.5-core-yc.js",
                "scripts\/fgptc_greasemonkey_layer.js",
                "scripts\/flickrgrouppooltagchecker.js"
            ]
        }
    ]
}