XKCD+R

Display Reddit's best comments along XKCD strips!

XKCD+Rとは何ですか?

XKCD+RはFlorian Laurentによって開発されたChromeの拡張機能で、その主な機能は「Display Reddit's best comments along XKCD strips!」です。

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

screenshot

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

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

拡張機能の使用方法

                        When browsing XKCD.com, this extension gets the best Reddit comments for each strip and displays them along the comic.

Extension by Florian Laurent
Original logo design by Q

Source: https://github.com/MasterScrat/XKCDR                    

拡張機能の基本情報

名前 XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
公式URL https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
説明 Display Reddit's best comments along XKCD strips!
ファイルサイズ 98.51 KB
インストール数 129
現在のバージョン 0.0.13
最終更新日 2015-11-01
公開日 2015-11-01
評価 3.67/5 合計 3 レビュー
開発者 Florian Laurent
支払い方法 free
対応言語 en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.js"
            ],
            "matches": [
                "*:\/\/xkcd.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "Display Reddit's best comments along XKCD strips!",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "XKCD+R",
    "page_action": {
        "default_icon": "icons\/icon38.png",
        "default_title": "XKCD+R"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/xkcd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.13"
}