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 je Flickr GroupPool Tag Checker?
Flickr GroupPool Tag Checker je rozšíření Chrome vyvinuté Alesa Dam, a jeho hlavní funkcí je „This extension allows you to easily locate those images in your group pool that do not have the required tags set.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Flickr GroupPool Tag Checker
Stáhněte si soubory rozšíření Flickr GroupPool Tag Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Oficiální URL | https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Popis | This extension allows you to easily locate those images in your group pool that do not have the required tags set. |
Velikost souboru | 74.35 KB |
Počet instalací | 40 |
Aktuální Verze | 2.2.0 |
Poslední Aktualizace | 2013-08-17 |
Datum Vydání | 2013-08-17 |
Hodnocení | 2.00/5 Celkem 1 Hodnocení |
Vývojář | Alesa Dam |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/ |
Podporované Jazyky | 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" ] } ] } |