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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to easily locate those images in your group pool that do not have the required tags set.”。

擴展截圖

screenshot

下載Flickr GroupPool Tag Checker擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}