xkcd viewer

Chrome extension that can display and search for xkcd webcomics

What is xkcd viewer?

xkcd viewer is a Chrome extension developed by charliecowandev, and its main feature is "Chrome extension that can display and search for xkcd webcomics".

Extension Screenshots

screenshot
screenshot
screenshot

Download xkcd viewer Extension CRX File

Download xkcd viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name xkcd viewer xkcd viewer
ID bjhblbibalaljknaekfgjpbccgoonkee
Official URL https://chrome.google.com/webstore/detail/xkcd-viewer/bjhblbibalaljknaekfgjpbccgoonkee
Description Chrome extension that can display and search for xkcd webcomics
File Size 51.12 KB
Installation Count 11
Current Version 1.0.3
Last Updated 2020-04-15
Publish Date 2020-04-15
Rating 5.00/5 Total 3 Ratings
Developer charliecowandev
Payment Type free
Supported Languages 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"
}