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.".
Снимки экрана расширения
Скачать файл CRX расширения Flickr GroupPool Tag Checker
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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" ] } ] } |