Yoda on the Web

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

Hvad er Yoda on the Web?

Yoda on the Web er en Chrome-udvidelse udviklet af jon.norstrom, og dens hovedfunktion er "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Download Yoda on the Web-udvidelses-CRX-fil

Download Yoda on the Web-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Officiel URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Beskrivelse Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Filstørrelse 62.01 KB
Antal Installationer 30
Nuværende Version 0.1
Senest Opdateret 2016-09-05
Udgivelsesdato 2016-09-05
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler jon.norstrom
Betalingsmetode free
Understøttede Sprog 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."
}