XKCD substitutions

Making the web a stranger better place.

什麼是XKCD substitutions?

XKCD substitutions是由alec.posney開發的Chrome擴展程式,該擴展的主要功能是“Making the web a stranger better place.”。

擴展截圖

screenshot

下載XKCD substitutions擴展crx文件

下載XKCD substitutions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun.

see http://xkcd.com/1288, https://xkcd.com/1625/

Now with custom substitutions! Simply right click the extension icon and click options to add your own.

some other xkcd jokes have made it into the newest version.
https://xkcd.com/1004/
https://xkcd.com/1418/
https://xkcd.com/1031/
https://xkcd.com/1625/

all credit to xkcd

also checkout s/keyboard/leopard, which inspired this extension.
http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe

source: https://github.com/Posnet/xkcd-substitutions                    

擴展基本資訊

名稱 XKCD substitutions XKCD substitutions
ID jkgogmboalmaijfgfhfepckdgjeopfhk
官方網址 https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk
簡介 Making the web a stranger better place.
檔案大小 432 KB
安裝次數 8,032
目前版本 1.4.1
更新時間 2016-03-13
上架時間 2016-03-13
評分 4.54/5 共 301 次評分
開發者 alec.posney
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD substitutions",
    "description": "Making the web a stranger better place.",
    "version": "1.4.1",
    "options_page": "html\/config.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/enabled.png"
        },
        "default_title": "click to disable xkcd substitutions"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}