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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}