Embark - New Tab Page

A minimalistic new tab page.

Vad är Embark - New Tab Page?

Embark - New Tab Page är en Chrome-tillägg utvecklad av James Moss, och dess huvudfunktion är "A minimalistic new tab page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Embark - New Tab Page-förlängningens CRX-fil

Ladda ner Embark - New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
Officiell webbadress https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
Beskrivning A minimalistic new tab page.
Filstorlek 54.15 MB
Antal Installationer 27,914
Aktuell Version 0.6.0
Senast Uppdaterad 2022-09-29
Publiceringsdatum 2015-04-29
Betyg 4.65/5 Totalt 260 Betyg
Utvecklare James Moss
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}