Yada Tag Search

Community Driven Tag Search

Hvad er Yada Tag Search?

Yada Tag Search er en Chrome-udvidelse udviklet af http://www.yadaproject.com, og dens hovedfunktion er "Community Driven Tag Search".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Yada Tag Search-udvidelses-CRX-fil

Download Yada Tag Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Yada Tag Search Yada Tag Search
ID jjmkcgeoallcaiclkiilhocgnnpokbab
Officiel URL https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab
Beskrivelse Community Driven Tag Search
Filstørrelse 45.23 KB
Antal Installationer 13
Nuværende Version 0.13
Senest Opdateret 2014-06-14
Udgivelsesdato 2014-06-14
Bedømmelse 4.77/5 Samlet 184 Bedømmelser
Udvikler http://www.yadaproject.com
Betalingsmetode free
Udvidelseswebsted https://www.yadaproject.com/
Hjælpeside-URL https://www.yadaproject.com/faq/
Understøttede Sprog 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"
    }
}