XKCD Substitutions - COMPLETE

Replaces words and phrases in all web pages according to the XKCD Substitutions comics.

XKCD Substitutions - COMPLETEとは何ですか?

XKCD Substitutions - COMPLETEはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces words and phrases in all web pages according to the XKCD Substitutions comics.」です。

拡張機能のスクリーンショット

screenshot

XKCD Substitutions - COMPLETE拡張機能のCRXファイルをダウンロード

XKCD Substitutions - COMPLETE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Now 142% more suitable for human consumption with the release of v1.0!

This extension replaces words and phrases in all web pages according to both XKCD Substitutions comics (https://xkcd.com/1288/ and http://xkcd.com/1625/).

While other extensions do exist which implement one or both of these Substitutions, I built this extension for personal use because I felt like some things could be done more intelligently. For instance, this extension will turn "car" into "cat," but it won't turn "cartoon" into "cattoon."                    

拡張機能の基本情報

名前 XKCD Substitutions - COMPLETE XKCD Substitutions - COMPLETE
ID pmjnmockoldbadnfeaddafgjiopknkdj
公式URL https://chromewebstore.google.com/detail/xkcd-substitutions-comple/pmjnmockoldbadnfeaddafgjiopknkdj
説明 Replaces words and phrases in all web pages according to the XKCD Substitutions comics.
ファイルサイズ 8.85 KB
インストール数 25
現在のバージョン 1.0.1
最終更新日 2016-03-03
公開日 2016-03-03
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Substitutions - COMPLETE",
    "description": "Replaces words and phrases in all web pages according to the XKCD Substitutions comics.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}