Yada Tag Search

Community Driven Tag Search

Yada Tag Search क्या है?

Yada Tag Search http://www.yadaproject.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Community Driven Tag Search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yada Tag Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
    }
}