Yada Tag Search

Community Driven Tag Search

What is Yada Tag Search?

Yada Tag Search is a Chrome extension developed by http://www.yadaproject.com, and its main feature is "Community Driven Tag Search".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Yada Tag Search Extension CRX File

Download Yada Tag Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Yada Tag Search Yada Tag Search
ID jjmkcgeoallcaiclkiilhocgnnpokbab
Official URL https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab
Description Community Driven Tag Search
File Size 45.23 KB
Installation Count 13
Current Version 0.13
Last Updated 2014-06-14
Publish Date 2014-06-14
Rating 4.77/5 Total 184 Ratings
Developer http://www.yadaproject.com
Payment Type free
Extension Website https://www.yadaproject.com/
Help Page URL https://www.yadaproject.com/faq/
Supported Languages 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"
    }
}