XKCD New Tab
Have a random XKCD Coming everytime you open a New Tab!
What is XKCD New Tab?
XKCD New Tab is a Chrome extension developed by Anuraag, and its main feature is "Have a random XKCD Coming everytime you open a New Tab!".
Extension Screenshots
Download XKCD New Tab Extension CRX File
Download XKCD New Tab 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
Turns your new tab page into a random xkcd comic. Source is on Github at: https://github.com/hackathoner/XKCD-New-Tab
Extension Basic Information
Name | |
ID | mnocgfffoiaibkhagfdfbglooebcengb |
Official URL | https://chrome.google.com/webstore/detail/xkcd-new-tab/mnocgfffoiaibkhagfdfbglooebcengb |
Description | Have a random XKCD Coming everytime you open a New Tab! |
File Size | 33.23 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2014-09-25 |
Publish Date | 2014-09-25 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Anuraag |
Payment Type | free |
Extension Website | http://anuraagy.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XKCD New Tab", "description": "Have a random XKCD Coming everytime you open a New Tab!", "version": "1.0", "permissions": [ "tabs", "http:\/\/xkcd.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" } } |