Embark - New Tab Page

A minimalistic new tab page.

Wat is Embark - New Tab Page?

Embark - New Tab Page is een Chrome-extensie ontwikkeld door James Moss, en de belangrijkste functie is "A minimalistic new tab page.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Embark - New Tab Page

Download Embark - New Tab Page-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

                        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.                    

Basisinformatie over de Extensie

Naam Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
Officiële URL https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
Beschrijving A minimalistic new tab page.
Bestandsgrootte 54.15 MB
Aantal Installaties 27,914
Huidige Versie 0.6.0
Laatst Bijgewerkt 2022-09-29
Publicatiedatum 2015-04-29
Beoordeling 4.65/5 Totaal 260 Beoordelingen
Ontwikkelaar James Moss
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}