Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Co je Yoda on the Web?

Yoda on the Web je rozšíření Chrome vyvinuté jon.norstrom, a jeho hlavní funkcí je „Takes all the text in header tags and replaces them with how Master Yoda would speak it.“.

Stáhnout soubor CRX rozšíření Yoda on the Web

Stáhněte si soubory rozšíření Yoda on the Web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Oficiální URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Popis Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Velikost souboru 62.01 KB
Počet instalací 30
Aktuální Verze 0.1
Poslední Aktualizace 2016-09-05
Datum Vydání 2016-09-05
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář jon.norstrom
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}