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是由Alesa Dam开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } ] } |