Yoda on the Web

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

Wat is Yoda on the Web?

Yoda on the Web is een Chrome-extensie ontwikkeld door jon.norstrom, en de belangrijkste functie is "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Download het CRX-bestand van de extensie Yoda on the Web

Download Yoda on the Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Officiële URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Beschrijving Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Bestandsgrootte 62.01 KB
Aantal Installaties 30
Huidige Versie 0.1
Laatst Bijgewerkt 2016-09-05
Publicatiedatum 2016-09-05
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar jon.norstrom
Betalingswijze free
Ondersteunde Talen 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."
}