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