XKCD Alt Text

The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…

XKCD Alt Textとは何ですか?

XKCD Alt TextはJames Kwanによって開発されたChromeの拡張機能で、その主な機能は「The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…」です。

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

screenshot

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

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

拡張機能の使用方法

                        The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS                    

拡張機能の基本情報

名前 XKCD Alt Text XKCD Alt Text
ID gncnccgkhldnjnmhlmgcghhgbckeobph
公式URL https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph
説明 The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
ファイルサイズ 57.64 KB
インストール数 736
現在のバージョン 2.8.1
最終更新日 2014-01-27
公開日 2014-01-26
評価 4.06/5 合計 17 レビュー
開発者 James Kwan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "xkcdalt.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*",
                "*:\/\/xkcd.org\/*",
                "*:\/\/xkcd.net\/*",
                "*:\/\/www.xkcd.com\/*",
                "*:\/\/www.xkcd.org\/*",
                "*:\/\/www.xkcd.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "XKCD Alt Text",
    "version": "2.8.1"
}