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
公式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
Eメール [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"
            ]
        }
    ]
}