Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Co je Wine To Blood Wine?

Wine To Blood Wine je rozšíření Chrome vyvinuté Ben Jaffe, a jeho hlavní funkcí je „Replaces normal words with their Star Trek counterparts.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wine To Blood Wine

Stáhněte si soubory rozšíření Wine To Blood Wine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
Oficiální URL https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Popis Replaces normal words with their Star Trek counterparts.
Velikost souboru 29.39 KB
Počet instalací 98
Aktuální Verze 1.2.1
Poslední Aktualizace 2014-05-18
Datum Vydání 2014-05-17
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Ben Jaffe
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}