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.
Qu'est-ce que Flickr GroupPool Tag Checker ?
Flickr GroupPool Tag Checker est une extension Chrome développée par Alesa Dam, et sa fonction principale est "This extension allows you to easily locate those images in your group pool that do not have the required tags set.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flickr GroupPool Tag Checker
Téléchargez les fichiers d'extension Flickr GroupPool Tag Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | beacpfphgdlmlhdgcpeemfemlnhgcjbi |
URL Officiel | https://chrome.google.com/webstore/detail/flickr-grouppool-tag-chec/beacpfphgdlmlhdgcpeemfemlnhgcjbi |
Description | This extension allows you to easily locate those images in your group pool that do not have the required tags set. |
Taille du Fichier | 74.35 KB |
Nombre d'Installations | 40 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2013-08-17 |
Date de Publication | 2013-08-17 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Alesa Dam |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.flickr.com/groups/flickrhacks/discuss/72157624324755123/ |
Langues Prises en Charge | 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" ] } ] } |