Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
What is Lightweight New Tab Page?
Lightweight New Tab Page is a Chrome extension developed by DJ Madeira, and its main feature is "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".
Extension Screenshots
Download Lightweight New Tab Page Extension CRX File
Download Lightweight 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
Best features: - Lightning fast (~20ms) - Full CSS customization - Custom quick links - Accessible - Cache & history clearing tools - Chrome-native feel If you want a new feature, you can file an issue or submit a pull request on GitHub: https://github.com/djmadeira/lightweight-new-tab-page However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple. Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567
Extension Basic Information
Name | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
Official URL | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
Description | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
File Size | 35.08 KB |
Installation Count | 80 |
Current Version | 1.2.3 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 4.33/5 Total 9 Ratings |
Developer | DJ Madeira |
Payment Type | free |
Extension Website | https://github.com/djmadeira/lightweight-new-tab-page |
Help Page URL | https://github.com/djmadeira/lightweight-new-tab-page/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight New Tab Page", "short_name": "Lightweight New Tab", "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.", "author": "DJ Madeira", "version": "1.2.3", "permissions": [ "tabs", "browsingData", "history", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |