Embark - New Tab Page

A minimalistic new tab page.

Was ist Embark - New Tab Page?

Embark - New Tab Page ist eine Chrome-Erweiterung, die von James Moss entwickelt wurde, und ihr Hauptmerkmal ist "A minimalistic new tab page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Embark - New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Embark - New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
Offizielle URL https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
Beschreibung A minimalistic new tab page.
Dateigröße 54.15 MB
Installationsanzahl 27,914
Aktuelle Version 0.6.0
Letztes Update 2022-09-29
Veröffentlichungsdatum 2015-04-29
Bewertung 4.65/5 Insgesamt 260 Bewertungen
Entwickler James Moss
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}