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 هو إضافة Chrome تم تطويرها بواسطة Alesa Dam، والميزة الرئيسية لها هي "This extension allows you to easily locate those images in your group pool that do not have the required tags set.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flickr GroupPool Tag Checker

قم بتنزيل ملفات الامتداد Flickr GroupPool Tag Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}