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 là gì?

Flickr GroupPool Tag Checker là một tiện ích mở rộng Chrome được phát triển bởi Alesa Dam, và tính năng chính của nó là "This extension allows you to easily locate those images in your group pool that do not have the required tags set.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flickr GroupPool Tag Checker

Tải xuống các tệp mở rộng Flickr GroupPool Tag Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flickr GroupPool Tag Checker Flickr GroupPool Tag Checker
ID beacpfphgdlmlhdgcpeemfemlnhgcjbi
URL Chính Thức https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi
Mô tả This extension allows you to easily locate those images in your group pool that do not have the required tags set.
Kích Thước Tệp 74.35 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2013-08-17
Ngày Phát Hành 2013-08-17
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Alesa Dam
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}