Wine To Blood Wine
Replaces normal words with their Star Trek counterparts.
Apa itu Wine To Blood Wine?
Wine To Blood Wine adalah ekstensi Chrome yang dikembangkan oleh Ben Jaffe, dan fitur utamanya adalah "Replaces normal words with their Star Trek counterparts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wine To Blood Wine
Unduh file ekstensi Wine To Blood Wine dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Wine To Blood Wine |
ID | oojmnaakidfomjhbenaeaekopinecbci |
URL Resmi | https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci |
Deskripsi | Replaces normal words with their Star Trek counterparts. |
Ukuran File | 29.39 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2014-05-18 |
Tanggal Publikasi | 2014-05-17 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Ben Jaffe |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |