Yoda on the Web

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

Vad är Yoda on the Web?

Yoda on the Web är en Chrome-tillägg utvecklad av jon.norstrom, och dess huvudfunktion är "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Ladda ner Yoda on the Web-förlängningens CRX-fil

Ladda ner Yoda on the Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Officiell webbadress https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Beskrivning Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Filstorlek 62.01 KB
Antal Installationer 30
Aktuell Version 0.1
Senast Uppdaterad 2016-09-05
Publiceringsdatum 2016-09-05
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare jon.norstrom
Betalningssätt free
Stödda Språk 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."
}