xkcd - Comics Viewer

View xkcd comics from any page.

Wat is xkcd - Comics Viewer?

xkcd - Comics Viewer is een Chrome-extensie ontwikkeld door andytu, en de belangrijkste functie is "View xkcd comics from any page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie xkcd - Comics Viewer

Download xkcd - Comics Viewer-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

                        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                    

Basisinformatie over de Extensie

Naam xkcd - Comics Viewer xkcd - Comics Viewer
ID nmanlcmfmdmfcijmocmihompgjcljacd
Officiële URL https://chromewebstore.google.com/detail/xkcd-comics-viewer/nmanlcmfmdmfcijmocmihompgjcljacd
Beschrijving View xkcd comics from any page.
Bestandsgrootte 36.99 KB
Aantal Installaties 117
Huidige Versie 2.0.2
Laatst Bijgewerkt 2017-04-25
Publicatiedatum 2017-04-24
Beoordeling 4.69/5 Totaal 13 Beoordelingen
Ontwikkelaar andytu
Betalingswijze free
Ondersteunde Talen 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"
    ]
}