Wine To Blood Wine
Replaces normal words with their Star Trek counterparts.
Was ist Wine To Blood Wine?
Wine To Blood Wine ist eine Chrome-Erweiterung, die von Ben Jaffe entwickelt wurde, und ihr Hauptmerkmal ist "Replaces normal words with their Star Trek counterparts.".
Erweiterungsscreenshots
Wine To Blood Wine-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wine To Blood Wine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Wine To Blood Wine |
ID | oojmnaakidfomjhbenaeaekopinecbci |
Offizielle URL | https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci |
Beschreibung | Replaces normal words with their Star Trek counterparts. |
Dateigröße | 29.39 KB |
Installationsanzahl | 98 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2014-05-18 |
Veröffentlichungsdatum | 2014-05-17 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Ben Jaffe |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |