XKCD Explainer

Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.

XKCD Explainerとは何ですか?

XKCD ExplainerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Do you find yourself occasionally puzzled by a reference on XKCD?

Good news! Puzzle no more!

This extension will add a button to every XKCD comic (appropriately named "Huh?") that will send you directly to the corresponding explainxkcd.com page.                    

拡張機能の基本情報

名前 XKCD Explainer XKCD Explainer
ID iicndfighifkfkpijajnnhhbdmnohcml
公式URL https://chromewebstore.google.com/detail/xkcd-explainer/iicndfighifkfkpijajnnhhbdmnohcml
説明 Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.
ファイルサイズ 23.61 KB
インストール数 34
現在のバージョン 1.0
最終更新日 2018-10-16
公開日 2018-10-16
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Explainer",
    "version": "1.0",
    "description": "Adds a button to every XKCD webcomic that links to the relevant page in explainxkcd.",
    "icons": {
        "48": "icons\/xkcd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xkcd.com\/*"
            ],
            "js": [
                "explain_xkcd.js"
            ]
        }
    ]
}