Minimalistic New Tab

Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.

Wat is Minimalistic New Tab?

Minimalistic New Tab is een Chrome-extensie ontwikkeld door smenigat, en de belangrijkste functie is "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Minimalistic New Tab

Download Minimalistic New Tab-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

                        A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience.

Features:
- Clock showing the current time
- Background image freely choosable (any Unsplash image you want)                    

Basisinformatie over de Extensie

Naam Minimalistic New Tab Minimalistic New Tab
ID hlalpbapamklikbknbjjbjhoaeeohlck
Officiële URL https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck
Beschrijving Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Bestandsgrootte 554 KB
Aantal Installaties 48
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-26
Publicatiedatum 2019-08-26
Ontwikkelaar smenigat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalistic New Tab",
    "version": "1.1",
    "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}