BWNT - New Tab

Minimalist New Tab page.

Cos'è BWNT - New Tab?

BWNT - New Tab è un'estensione di Chrome sviluppata da https://erikboesen.com, e la sua funzione principale è "Minimalist New Tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BWNT - New Tab

Scarica i file di estensione BWNT - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A gorgeous hyperminimalistic new tab page featuring a clock and date.

Features:
- 12- and 24-hour time
- Date (can be hidden or shown)
- 5 beautiful themes: light, night, (full) dark, material, and light-blue.
- Option to use a custom image in the background.
- Option to rotate between light and night themes based on time of day

This project is on GitHub! https://github.com/ErikBoesen/BWNT                    

Informazioni di Base sull'Estensione

Nome BWNT - New Tab BWNT - New Tab
ID doiinciigjmmlnbehjjjkeoamihggkba
URL Ufficiale https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba
Descrizione Minimalist New Tab page.
Dimensione del File 39.74 KB
Conteggio Installazioni 2,103
Versione Corrente 2.1.1
Ultimo Aggiornamento 2018-03-20
Data di Pubblicazione 2018-03-20
Valutazione 4.52/5 Totale 29 Valutazioni
Sviluppatore https://erikboesen.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "2.1.1",
    "short_name": "BWNT",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "res\/icon.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "36.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}