Yada Tag Search
Community Driven Tag Search
什么是Yada Tag Search?
Yada Tag Search是由http://www.yadaproject.com开发的Chrome扩展程序,该扩展的主要功能是“Community Driven Tag Search”。
扩展截图
下载Yada Tag Search扩展crx文件
下载Yada Tag Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create visual tags! Then use those tags to tag links, pages, and images! This helps everyone find what they are looking for! The more you tag, the more we all benefit! Did I mention it's completely anonymous and ad free? Not even its creator knows who's tagging what! So have fun!
扩展基本信息
名称 | |
ID | jjmkcgeoallcaiclkiilhocgnnpokbab |
官方URL | https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab |
简介 | Community Driven Tag Search |
文件大小 | 45.23 KB |
安装次数 | 13 |
当前版本 | 0.13 |
更新时间 | 2014-06-14 |
上架时间 | 2014-06-14 |
评分 | 4.77/5 共184次评分 |
开发者 | http://www.yadaproject.com |
付费类型 | free |
扩展官网 | https://www.yadaproject.com/ |
帮助页面URL | https://www.yadaproject.com/faq/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yada Tag Search", "short_name": "Tag Search", "description": "Community Driven Tag Search", "version": "0.13", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "omnibox": { "keyword": "yada" }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "browser_action": { "default_icon": { "19": "icon-bitty.png", "38": "icon-small.png" }, "default_title": "Yada Tag Search", "default_popup": "popup.html" } } |