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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Flickr GroupPool Tag Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}