xkcd viewer

Chrome extension that can display and search for xkcd webcomics

Qu'est-ce que xkcd viewer ?

xkcd viewer est une extension Chrome développée par charliecowandev, et sa fonction principale est "Chrome extension that can display and search for xkcd webcomics".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension xkcd viewer

Téléchargez les fichiers d'extension xkcd viewer 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

                        Allows you to quickly view any xkcd comic. Quick viewing of the latest xkcd comic, along with a explainxkcd.com search bar and ability to view any xkcd comics by entering their id, except in particular cases, for instance when they have interactive elements. I am working on incorporating these. Each frame includes the comics image, title, release date, number, permalink and a link to the explainxkcd.com article for relevant comic. Also buttons for previous, next, random, first and last comics.                    

Informations de Base sur l'Extension

Nom xkcd viewer xkcd viewer
ID bjhblbibalaljknaekfgjpbccgoonkee
URL Officiel https://chrome.google.com/webstore/detail/xkcd-viewer/bjhblbibalaljknaekfgjpbccgoonkee
Description Chrome extension that can display and search for xkcd webcomics
Taille du Fichier 51.12 KB
Nombre d'Installations 11
Version Actuelle 1.0.3
Dernière Mise à Jour 2020-04-15
Date de Publication 2020-04-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur charliecowandev
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "description": "Chrome extension that can display and search for xkcd webcomics",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs\/1PLDG9L3MFoL68rdnDRuCU0wpLoyKRJ4jzH1YFcaI4lBxLB72+IBP1pJQdRA8BY084LwdKfBkEIPzLprEisi7thIDxqYZuBxO4YSpYcBjwdualJELRvcGow7sQU6RLEgI+U93wOXw6k4OSCQ5Zt3f32i3FgN0AOlmXndFk5Pttlu+I0ZHs3yEvoexj0vbA4WBtUF6mWjJVUGIPBBKUDVTg0ksMJr2mFoxMvte0MP1pxwqgSa4bVFv5qa\/c1inzwVqN4tZQRaOMo+AnUCbus6N9sNrmmob6QUlHFxp5yoWqtGaD7BXU9UPkSkiiEmz9ZcJCAwVRCiQenYl9OUEPsQIDAQAB",
    "manifest_version": 2,
    "name": "xkcd viewer",
    "permissions": [
        "http:\/\/xkcd.com\/",
        "https:\/\/xkcd.com\/"
    ],
    "version": "1.0.3"
}