XKCD+R

Display Reddit's best comments along XKCD strips!

Was ist XKCD+R?

XKCD+R ist eine Chrome-Erweiterung, die von Florian Laurent entwickelt wurde, und ihr Hauptmerkmal ist "Display Reddit's best comments along XKCD strips!".

Erweiterungsscreenshots

screenshot

XKCD+R-Erweiterungs-CRX-Datei herunterladen

Laden Sie XKCD+R-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
Offizielle URL https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
Beschreibung Display Reddit's best comments along XKCD strips!
Dateigröße 98.51 KB
Installationsanzahl 129
Aktuelle Version 0.0.13
Letztes Update 2015-11-01
Veröffentlichungsdatum 2015-11-01
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Florian Laurent
Zahlungsart free
Unterstützte Sprachen 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"
}