Yada Tag Search

Community Driven Tag Search

什麼是Yada Tag Search?

Yada Tag Search是由http://www.yadaproject.com開發的Chrome擴展程式,該擴展的主要功能是“Community Driven Tag Search”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Yada Tag Search Yada Tag Search
ID jjmkcgeoallcaiclkiilhocgnnpokbab
官方網址 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"
    }
}