xkcd - New Tab Page
Override the new tab page with an xkcd comic viewer.
What is xkcd - New Tab Page?
xkcd - New Tab Page is a Chrome extension developed by Nick Morgan, and its main feature is "Override the new tab page with an xkcd comic viewer.".
Extension Screenshots
Download xkcd - New Tab Page Extension CRX File
Download xkcd - New Tab Page 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
An xkcd new tab page for Google Chrome, an extension of romance, sarcasm, math, and language. Displays the most recent xkcd comic on the new tab page instead of the original content provided by Chrome. Has a bookmarks bar and a link to the newest What-If, also published by xkcd. All comics provided by http://xkcd.com/
Extension Basic Information
Name | xkcd - New Tab Page |
ID | cjakkpghoepnjecfepbmmfofbbjijmgh |
Official URL | https://chromewebstore.google.com/detail/xkcd-new-tab-page/cjakkpghoepnjecfepbmmfofbbjijmgh |
Description | Override the new tab page with an xkcd comic viewer. |
File Size | 14.76 KB |
Installation Count | 200 |
Current Version | 1.9 |
Last Updated | 2014-11-02 |
Publish Date | 2014-11-01 |
Rating | 5.00/5 Total 13 Ratings |
Developer | Nick Morgan |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xkcd - New Tab Page", "short_name": "xkcd-ntp", "version": "1.9", "description": "Override the new tab page with an xkcd comic viewer.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Nick Morgan", "incognito": "split", "chrome_url_overrides": { "newtab": "xkcd-ntp.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "bookmarks", "https:\/\/*\/", "http:\/\/xkcd.com\/" ] } |