Lamenewtabpage
Replace the New Tab Page with your choice.
What is Lamenewtabpage?
Lamenewtabpage is a Chrome extension developed by dr.zaus, and its main feature is "Replace the New Tab Page with your choice.".
Extension Screenshots
Download Lamenewtabpage Extension CRX File
Download Lamenewtabpage 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
Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect. Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites. Based on the excellent New Tab Redirect extension, but with less "fluff". Source code at https://github.com/zaus/chrome-ext-lamenewtabpage. Options: * The url to redirect to * includes dropdown list of common examples * An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url) * Debug mode -- just dumps some system events to the console **Permissions** * storage -- so it can sync your settings across browser instances.
Extension Basic Information
Name | |
ID | enbepoacecmhfdbbigckfepbjdaehhcp |
Official URL | https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp |
Description | Replace the New Tab Page with your choice. |
File Size | 12.68 KB |
Installation Count | 57 |
Current Version | 0.2 |
Last Updated | 2014-05-15 |
Publish Date | 2014-05-15 |
Developer | dr.zaus |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lamenewtabpage", "version": "0.2", "description": "Replace the New Tab Page with your choice.", "icons": { "128": "icon96.png", "48": "icon48.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "options_page": "options.html", "permissions": [ "storage" ], "incognito": "split" } |