XKCD Browser

Browse XKCD within a navigation popup!

What is XKCD Browser?

XKCD Browser is a Chrome extension developed by eet6646, and its main feature is "Browse XKCD within a navigation popup!".

Extension Screenshots

screenshot
screenshot

Download XKCD Browser Extension CRX File

Download XKCD Browser 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

                        Browse the popular XKCD comic directly in chrome.

Open source!
============
http://goo.gl/DM17ol                    

Extension Basic Information

Name XKCD Browser XKCD Browser
ID ihmndgihkimlojdefmkkpaognioknjef
Official URL https://chrome.google.com/webstore/detail/xkcd-browser/ihmndgihkimlojdefmkkpaognioknjef
Description Browse XKCD within a navigation popup!
File Size 95.54 KB
Installation Count 11
Current Version 0.0.2
Last Updated 2014-04-18
Publish Date 2014-04-18
Rating 4.67/5 Total 3 Ratings
Developer eet6646
Payment Type free
Extension Website https://github.com/eet6646/XKCD-Browser
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD Browser",
    "short_name": "XKCD-B",
    "description": "Browse XKCD within a navigation popup!",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/xkcd.com\/*"
    ]
}