Yoda on the Web

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

Was ist Yoda on the Web?

Yoda on the Web ist eine Chrome-Erweiterung, die von jon.norstrom entwickelt wurde, und ihr Hauptmerkmal ist "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Yoda on the Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yoda on the Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Offizielle URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Beschreibung Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Dateigröße 62.01 KB
Installationsanzahl 30
Aktuelle Version 0.1
Letztes Update 2016-09-05
Veröffentlichungsdatum 2016-09-05
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler jon.norstrom
Zahlungsart free
Unterstützte Sprachen 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."
}