Embark - New Tab Page

A minimalistic new tab page.

Cos'è Embark - New Tab Page?

Embark - New Tab Page è un'estensione di Chrome sviluppata da James Moss, e la sua funzione principale è "A minimalistic new tab page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Embark - New Tab Page

Scarica i file di estensione Embark - New Tab Page 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

                        Embark replaces Chrome's default new tab page with a pared back design and beautiful photography allowing you to focus on what matters.

There's a handful of features but each one is highly customisable through the options page:

- 60+ inspirational photographs
- A 12 or 24 hour clock
- The date

Embark loads blazingly fast and uses almost zero resources.                    

Informazioni di Base sull'Estensione

Nome Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
URL Ufficiale https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
Descrizione A minimalistic new tab page.
Dimensione del File 54.15 MB
Conteggio Installazioni 27,914
Versione Corrente 0.6.0
Ultimo Aggiornamento 2022-09-29
Data di Pubblicazione 2015-04-29
Valutazione 4.65/5 Totale 260 Valutazioni
Sviluppatore James Moss
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Embark - New Tab Page",
    "short_name": "Embark",
    "version": "0.6.0",
    "author": "James Moss ",
    "description": "A minimalistic new tab page.",
    "chrome_url_overrides": {
        "newtab": "dist\/tab.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "dist\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "incognito": "split",
    "offline_enabled": true,
    "manifest_version": 2
}