Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Co to jest Wine To Blood Wine?

Wine To Blood Wine to rozszerzenie Chrome opracowane przez Ben Jaffe, a jego główną funkcją jest „Replaces normal words with their Star Trek counterparts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wine To Blood Wine

Pobierz pliki rozszerzeń Wine To Blood Wine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Wine To Blood Wine Wine To Blood Wine
ID oojmnaakidfomjhbenaeaekopinecbci
Oficjalny URL https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci
Opis Replaces normal words with their Star Trek counterparts.
Rozmiar pliku 29.39 KB
Liczba instalacji 98
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2014-05-18
Data Publikacji 2014-05-17
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Ben Jaffe
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}