Wine To Blood Wine
Replaces normal words with their Star Trek counterparts.
Wat is Wine To Blood Wine?
Wine To Blood Wine is een Chrome-extensie ontwikkeld door Ben Jaffe, en de belangrijkste functie is "Replaces normal words with their Star Trek counterparts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wine To Blood Wine
Download Wine To Blood Wine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | oojmnaakidfomjhbenaeaekopinecbci |
| Officiële URL | https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci |
| Beschrijving | Replaces normal words with their Star Trek counterparts. |
| Bestandsgrootte | 29.39 KB |
| Aantal Installaties | 98 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2014-05-18 |
| Publicatiedatum | 2014-05-17 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Ben Jaffe |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |