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.”。

扩展截图

screenshot

下载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 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"
        }
    ]
}