Luminous New Tab

A glowing, animated new tab extension

Wat is Luminous New Tab?

Luminous New Tab is een Chrome-extensie ontwikkeld door Virej Dasani, en de belangrijkste functie is "A glowing, animated new tab extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Luminous New Tab

Download Luminous New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Luminous New Tab Luminous New Tab
ID gakanaedbiohimbhbddcilejbpdmobdo
Officiële URL https://chromewebstore.google.com/detail/luminous-new-tab/gakanaedbiohimbhbddcilejbpdmobdo
Beschrijving A glowing, animated new tab extension
Bestandsgrootte 290 KB
Aantal Installaties 68
Huidige Versie 5.0
Laatst Bijgewerkt 2021-10-18
Publicatiedatum 2021-03-24
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Virej Dasani
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://virejdasani.github.io/
Ondersteunde Talen 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"
    }
}