Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Vad är Wine To Blood Wine?

Wine To Blood Wine är en Chrome-tillägg utvecklad av Ben Jaffe, och dess huvudfunktion är "Replaces normal words with their Star Trek counterparts.".

Tilläggsskärmbilder

screenshot

Ladda ner Wine To Blood Wine-förlängningens CRX-fil

Ladda ner Wine To Blood Wine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
Officiell webbadress https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Beskrivning Replaces normal words with their Star Trek counterparts.
Filstorlek 29.39 KB
Antal Installationer 98
Aktuell Version 1.2.1
Senast Uppdaterad 2014-05-18
Publiceringsdatum 2014-05-17
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Ben Jaffe
Betalningssätt free
Stödda Språk 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"
        }
    ]
}