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"
    ]
}