XKCD Substitutions

Change words to make stories more interesting.

什么是XKCD Substitutions?

XKCD Substitutions是由Jamhead开发的Chrome扩展程序,该扩展的主要功能是“Change words to make stories more interesting.”。

扩展截图

screenshot

下载XKCD Substitutions扩展crx文件

下载XKCD Substitutions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Based on the xkcd post http://xkcd.com/1288/

This automatically makes stories "more interesting" on any page you load. 

If you like this extension, you may find my grammer nazi sniper extension interesting!
https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed                    

扩展基本信息

名称 XKCD Substitutions XKCD Substitutions
ID lbinmfmfmffgamcaljgbfajbcnokjedd
官方URL https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd
简介 Change words to make stories more interesting.
文件大小 67.69 KB
安装次数 20
当前版本 1.0.1
更新时间 2013-11-10
上架时间 2013-11-10
开发者 Jamhead
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XKCD Substitutions",
    "short_name": "xkcd subs",
    "description": "Change words to make stories more interesting.",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordChanger.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}