Light New Tab
Replacement for new tab. Simple speed dial.
What is Light New Tab?
Light New Tab is a Chrome extension developed by Sergey Bevzuk, and its main feature is "Replacement for new tab. Simple speed dial.".
Extension Screenshots
Download Light New Tab Extension CRX File
Download Light 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
New tab. Simple new speed dial.
Extension Basic Information
Name | Light New Tab |
ID | jidjbblfjpmmcpgbekffklbafbpoghmk |
Official URL | https://chromewebstore.google.com/detail/light-new-tab/jidjbblfjpmmcpgbekffklbafbpoghmk |
Description | Replacement for new tab. Simple speed dial. |
File Size | 106 KB |
Installation Count | 77 |
Current Version | 0.6 |
Last Updated | 2014-03-02 |
Publish Date | 2014-03-02 |
Rating | 3.44/5 Total 9 Ratings |
Developer | Sergey Bevzuk |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
Help Page URL | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "ru", "version": "0.6", "incognito": "split", "background": { "persistent": true, "scripts": [ "core\/bg.js" ] }, "permissions": [ "tabs", "*:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "templates\/tab.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |