XKCD+R

Display Reddit's best comments along XKCD strips!

Wat is XKCD+R?

XKCD+R is een Chrome-extensie ontwikkeld door Florian Laurent, en de belangrijkste functie is "Display Reddit's best comments along XKCD strips!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie XKCD+R

Download XKCD+R-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
Officiële URL https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
Beschrijving Display Reddit's best comments along XKCD strips!
Bestandsgrootte 98.51 KB
Aantal Installaties 129
Huidige Versie 0.0.13
Laatst Bijgewerkt 2015-11-01
Publicatiedatum 2015-11-01
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Florian Laurent
Betalingswijze free
Ondersteunde Talen 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"
}