Luminous New Tab
A glowing, animated new tab extension
What is Luminous New Tab?
Luminous New Tab is a Chrome extension developed by Virej Dasani, and its main feature is "A glowing, animated new tab extension".
Extension Screenshots
Download Luminous New Tab Extension CRX File
Download Luminous 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
Luminous New Tab is a new tab extension which has a cool animated gradient background. New tabs will show the time, weather, your bookmarks and let you search the web too!
Extension Basic Information
Name | Luminous New Tab |
ID | gakanaedbiohimbhbddcilejbpdmobdo |
Official URL | https://chromewebstore.google.com/detail/luminous-new-tab/gakanaedbiohimbhbddcilejbpdmobdo |
Description | A glowing, animated new tab extension |
File Size | 290 KB |
Installation Count | 68 |
Current Version | 5.0 |
Last Updated | 2021-10-18 |
Publish Date | 2021-03-24 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Virej Dasani |
[email protected] | |
Payment Type | free |
Extension Website | https://virejdasani.github.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Luminous New Tab", "description": "A glowing, animated new tab extension", "version": "5.0", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": ".\/public\/index.html" }, "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/assets\/img\/icon.png" }, "icons": { "16": ".\/assets\/img\/icon16.png", "48": ".\/assets\/img\/icon48.png", "128": ".\/assets\/img\/icon128.png" } } |