Yoda on the Web

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

Qu'est-ce que Yoda on the Web ?

Yoda on the Web est une extension Chrome développée par jon.norstrom, et sa fonction principale est "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Télécharger le fichier CRX de l'extension Yoda on the Web

Téléchargez les fichiers d'extension Yoda on the Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
URL Officiel https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Description Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Taille du Fichier 62.01 KB
Nombre d'Installations 30
Version Actuelle 0.1
Dernière Mise à Jour 2016-09-05
Date de Publication 2016-09-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur jon.norstrom
Type de Paiement free
Langues Prises en Charge 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."
}