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 |
官方網址 | 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" } ] } |