Blank New Tab

A blank new tab page with support for light and dark themes, no JavaScript.

Wat is Blank New Tab?

Blank New Tab is een Chrome-extensie ontwikkeld door https://guokai.dev, en de belangrijkste functie is "A blank new tab page with support for light and dark themes, no JavaScript.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Blank New Tab

Download Blank 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

                        A blank new tab page with support for light and dark themes, no JavaScript.                    

Basisinformatie over de Extensie

Naam Blank New Tab Blank New Tab
ID eckckdalcgboggdnggbpajhpkbpkfdeh
Officiële URL https://chromewebstore.google.com/detail/blank-new-tab/eckckdalcgboggdnggbpajhpkbpkfdeh
Beschrijving A blank new tab page with support for light and dark themes, no JavaScript.
Bestandsgrootte 11.18 KB
Aantal Installaties 1,040
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-08-24
Publicatiedatum 2022-08-22
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://guokai.dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://guokai.dev/privacy
Ondersteunde Talen ms,de,en,vi,es,it,pt-BR,pt-PT,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}