Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Cos'è Wine To Blood Wine?

Wine To Blood Wine è un'estensione di Chrome sviluppata da Ben Jaffe, e la sua funzione principale è "Replaces normal words with their Star Trek counterparts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wine To Blood Wine

Scarica i file di estensione Wine To Blood Wine 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
URL Ufficiale https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Descrizione Replaces normal words with their Star Trek counterparts.
Dimensione del File 29.39 KB
Conteggio Installazioni 98
Versione Corrente 1.2.1
Ultimo Aggiornamento 2014-05-18
Data di Pubblicazione 2014-05-17
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Ben Jaffe
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}