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" } } |