xkcd Substitutions Plus

Substitutions that make reading the news more fun.

什么是xkcd Substitutions Plus?

xkcd Substitutions Plus是由Ido开发的Chrome扩展程序,该扩展的主要功能是“Substitutions that make reading the news more fun.”。

扩展截图

screenshot
screenshot

下载xkcd Substitutions Plus扩展crx文件

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

扩展使用说明

                        - Add your own substitutions! (Options page)
- Switch the extension on/off

version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.

version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue. 

You are welcome to contact me with bug reports and new feature requests!

Credit to xkcd.com/1288                    

扩展基本信息

名称 xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
官方URL https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
简介 Substitutions that make reading the news more fun.
文件大小 31.76 KB
安装次数 92
当前版本 3.0
更新时间 2019-06-30
上架时间 2019-06-30
评分 5.00/5 共7次评分
开发者 Ido
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://app.loadmill.com/assets/privacy-policy.pdf
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Substitutions Plus",
    "description": "Substitutions that make reading the news more fun.",
    "version": "3.0",
    "icons": {
        "16": "images\/black_hat16.png",
        "48": "images\/black_hat48.png",
        "128": "images\/black_hat128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "xkcd: Substitutions+",
        "default_icon": {
            "19": "images\/black_hat19.png",
            "38": "images\/black_hat38.png"
        }
    }
}