XKCD+R

Display Reddit's best comments along XKCD strips!

Qu'est-ce que XKCD+R ?

XKCD+R est une extension Chrome développée par Florian Laurent, et sa fonction principale est "Display Reddit's best comments along XKCD strips!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension XKCD+R

Téléchargez les fichiers d'extension XKCD+R au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom XKCD+R XKCD+R
ID kjfdpkjdjiefealdecjlgeogjbklhmgi
URL Officiel https://chromewebstore.google.com/detail/xkcd+r/kjfdpkjdjiefealdecjlgeogjbklhmgi
Description Display Reddit's best comments along XKCD strips!
Taille du Fichier 98.51 KB
Nombre d'Installations 129
Version Actuelle 0.0.13
Dernière Mise à Jour 2015-11-01
Date de Publication 2015-11-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur Florian Laurent
Type de Paiement free
Langues Prises en Charge 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"
}