xkcd - Comics Viewer

View xkcd comics from any page.

xkcd - Comics Viewerとは何ですか?

xkcd - Comics Viewerはandytuによって開発されたChromeの拡張機能で、その主な機能は「View xkcd comics from any page.」です。

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

screenshot
screenshot
screenshot

xkcd - Comics Viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Read your favourite web comic xkcd directly on Chrome!

Features:
- Enjoy a beautiful, clean interface for reading xkcd comics
- Navigate and search for any xkcd comic
- Access explanations of comics from explainxkcd.com easily
- Access your recently browsed comics

Feel free to report bugs or submit suggestions in the "Support" tab above.

All comics and related artwork belong to Randall Munroe, of xkcd.com                    

拡張機能の基本情報

名前 xkcd - Comics Viewer xkcd - Comics Viewer
ID nmanlcmfmdmfcijmocmihompgjcljacd
公式URL https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd
説明 View xkcd comics from any page.
ファイルサイズ 36.99 KB
インストール数 117
現在のバージョン 2.0.2
最終更新日 2017-04-25
公開日 2017-04-24
評価 4.69/5 合計 13 レビュー
開発者 andytu
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Andy Tu",
    "name": "xkcd - Comics Viewer",
    "short_name": "xkcd-view",
    "description": "View xkcd comics from any page.",
    "version": "2.0.2",
    "icons": {
        "128": "assets\/xkcd_128.png",
        "48": "assets\/xkcd_48.png"
    },
    "browser_action": {
        "default_icon": "assets\/xkcd_128.png",
        "default_popup": "bin\/xkcd.html",
        "default_name": "View xkcd"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "*:\/\/xkcd.com\/*",
        "storage"
    ]
}