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