XKCD Substitutions Part II

Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…

什么是XKCD Substitutions Part II?

XKCD Substitutions Part II是由LCartwright开发的Chrome扩展程序,该扩展的主要功能是“Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…”。

扩展截图

screenshot
screenshot
screenshot

下载XKCD Substitutions Part II扩展crx文件

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

扩展使用说明

                        Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/

Click the extension icon to start/stop the substitutions. 

Have fun!

Note: This is extension is not endorsed by, or in any way affiliated with xkcd.com. Just a little side project.                    

扩展基本信息

名称 XKCD Substitutions Part II XKCD Substitutions Part II
ID aelgcopfphgocgboofnfjdifgfejapne
官方URL https://chrome.google.com/webstore/detail/xkcd-substitutions-part-i/aelgcopfphgocgboofnfjdifgfejapne
简介 Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…
文件大小 49.05 KB
安装次数 39
当前版本 0.1
更新时间 2016-01-18
上架时间 2016-01-18
评分 5.00/5 共1次评分
开发者 LCartwright
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions Part II",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48-disabled.png",
        "default_title": "XKCD Substitutions Part II"
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}