XKCD Reader
XKCD Comic reader for Google Chrome
What is XKCD Reader?
XKCD Reader is a Chrome extension developed by Piyush Dubey, and its main feature is "XKCD Comic reader for Google Chrome".
Download XKCD Reader Extension CRX File
Download XKCD Reader 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
Get the latest XKCD comic right in your browser
Extension Basic Information
Name | |
ID | domkhniphkbfickmhkjkfachkcjejhee |
Official URL | https://chrome.google.com/webstore/detail/xkcd-reader/domkhniphkbfickmhkjkfachkcjejhee |
Description | XKCD Comic reader for Google Chrome |
File Size | 12.67 KB |
Installation Count | 41 |
Current Version | 1.0 |
Last Updated | 2014-02-17 |
Publish Date | 2014-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Piyush Dubey |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD Reader", "version": "1.0", "description": "XKCD Comic reader for Google Chrome", "permissions": [ "debugger", "http:\/\/www.xkcd.com\/*", "http:\/\/*\/" ], "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |