Wine To Blood Wine
Replaces normal words with their Star Trek counterparts.
Wine To Blood Wineとは何ですか?
Wine To Blood WineはBen Jaffeによって開発されたChromeの拡張機能で、その主な機能は「Replaces normal words with their Star Trek counterparts.」です。
拡張機能のスクリーンショット
Wine To Blood Wine拡張機能のCRXファイルをダウンロード
Wine To Blood Wine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Wine To Blood Wine |
ID | oojmnaakidfomjhbenaeaekopinecbci |
公式URL | https://chromewebstore.google.com/detail/wine-to-blood-wine/oojmnaakidfomjhbenaeaekopinecbci |
説明 | Replaces normal words with their Star Trek counterparts. |
ファイルサイズ | 29.39 KB |
インストール数 | 98 |
現在のバージョン | 1.2.1 |
最終更新日 | 2014-05-18 |
公開日 | 2014-05-17 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Ben Jaffe |
支払い方法 | free |
対応言語 | 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" } ] } |