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.

What is Flickr GroupPool Tag Checker?

Flickr GroupPool Tag Checker is a Chrome extension developed by Alesa Dam, and its main feature is "This extension allows you to easily locate those images in your group pool that do not have the required tags set.".

Extension Screenshots

screenshot

Download Flickr GroupPool Tag Checker Extension CRX File

Download Flickr GroupPool Tag Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flickr GroupPool Tag Checker Flickr GroupPool Tag Checker
ID beacpfphgdlmlhdgcpeemfemlnhgcjbi
Official URL https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi
Description This extension allows you to easily locate those images in your group pool that do not have the required tags set.
File Size 74.35 KB
Installation Count 40
Current Version 2.2.0
Last Updated 2013-08-17
Publish Date 2013-08-17
Rating 2.00/5 Total 1 Ratings
Developer Alesa Dam
Email [email protected]
Payment Type free
Extension Website http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/
Supported Languages 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"
            ]
        }
    ]
}