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.
Was ist Flickr GroupPool Tag Checker?
Flickr GroupPool Tag Checker ist eine Chrome-Erweiterung, die von Alesa Dam entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to easily locate those images in your group pool that do not have the required tags set.".
Erweiterungsscreenshots
Flickr GroupPool Tag Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flickr GroupPool Tag Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Offizielle URL | https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Beschreibung | This extension allows you to easily locate those images in your group pool that do not have the required tags set. |
Dateigröße | 74.35 KB |
Installationsanzahl | 40 |
Aktuelle Version | 2.2.0 |
Letztes Update | 2013-08-17 |
Veröffentlichungsdatum | 2013-08-17 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | Alesa Dam |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/ |
Unterstützte Sprachen | 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" ] } ] } |