Yoda on the Web

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

Cos'è Yoda on the Web?

Yoda on the Web è un'estensione di Chrome sviluppata da jon.norstrom, e la sua funzione principale è "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Scarica il file CRX dell'estensione Yoda on the Web

Scarica i file di estensione Yoda on the Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
URL Ufficiale https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Descrizione Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Dimensione del File 62.01 KB
Conteggio Installazioni 30
Versione Corrente 0.1
Ultimo Aggiornamento 2016-09-05
Data di Pubblicazione 2016-09-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore jon.norstrom
Tipo di Pagamento free
Lingue Supportate 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."
}