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.
Co to jest Flickr GroupPool Tag Checker?
Flickr GroupPool Tag Checker to rozszerzenie Chrome opracowane przez Alesa Dam, a jego główną funkcją jest „This extension allows you to easily locate those images in your group pool that do not have the required tags set.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flickr GroupPool Tag Checker
Pobierz pliki rozszerzeń Flickr GroupPool Tag Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Oficjalny URL | https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Opis | This extension allows you to easily locate those images in your group pool that do not have the required tags set. |
Rozmiar pliku | 74.35 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 2.2.0 |
Ostatnia Aktualizacja | 2013-08-17 |
Data Publikacji | 2013-08-17 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | Alesa Dam |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/ |
Obsługiwane Języki | 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" ] } ] } |