Minimal New Page

Override the new tab page with a minimal clock

Wat is Minimal New Page?

Minimal New Page is een Chrome-extensie ontwikkeld door Manu, en de belangrijkste functie is "Override the new tab page with a minimal clock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Minimal New Page

Download Minimal New 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

                        I was looking for a minimal new tab extension.
Found none so I coded one myself.

This extension replaces your new tab with a dark page and a clock.
No options, no settings.

For feedbacks, ideas and insults -> [email protected]                    

Basisinformatie over de Extensie

Naam Minimal New Page Minimal New Page
ID danoojfpckpaacgbaebfakjeepeenaop
Officiële URL https://chromewebstore.google.com/detail/minimal-new-page/danoojfpckpaacgbaebfakjeepeenaop
Beschrijving Override the new tab page with a minimal clock
Bestandsgrootte 17.23 KB
Aantal Installaties 771
Huidige Versie 0.2
Laatst Bijgewerkt 2017-08-01
Publicatiedatum 2017-07-31
Beoordeling 4.89/5 Totaal 18 Beoordelingen
Ontwikkelaar Manu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal New Page",
    "description": "Override the new tab page with a minimal clock",
    "version": "0.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "background": {
        "scripts": [
            "assets\/script.js"
        ],
        "styles": [
            "assets\/styles.css"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "manifest_version": 2
}