Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Qu'est-ce que Wine To Blood Wine ?

Wine To Blood Wine est une extension Chrome développée par Ben Jaffe, et sa fonction principale est "Replaces normal words with their Star Trek counterparts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wine To Blood Wine

Téléchargez les fichiers d'extension Wine To Blood Wine 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

                        Chrome extension that replaces occurrences of normal words with their Star Trek counterparts.

 * Human to Hewmon
 * Wine to Bloodwine
 * Tea to Tarkalean Tea
 * Coffee to Raktajino
 * Beer to Romulan Ale
 * Brandy with Saurian Brandy
 * Cisco to Sisko

The source for this plugin is on github: https://github.com/benjaffe/wine-to-blood-wine
Feel free to make suggestions if you have more ideas!                    

Informations de Base sur l'Extension

Nom Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
URL Officiel https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Description Replaces normal words with their Star Trek counterparts.
Taille du Fichier 29.39 KB
Nombre d'Installations 98
Version Actuelle 1.2.1
Dernière Mise à Jour 2014-05-18
Date de Publication 2014-05-17
Évaluation 5.00/5 Total 6 Évaluations
Développeur Ben Jaffe
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wine To Blood Wine",
    "version": "1.2.1",
    "description": "Replaces normal words with their Star Trek counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}