Custom New Tab

A clean custom new tab page designed for minimum distraction.

Wat is Custom New Tab?

Custom New Tab is een Chrome-extensie ontwikkeld door Josephus Paye II, en de belangrijkste functie is "A clean custom new tab page designed for minimum distraction.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Custom New Tab

Download Custom 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

                        Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.                    

Basisinformatie over de Extensie

Naam Custom New Tab Custom New Tab
ID aiakclopdahdkjkfmbklnocpheohodnn
Officiële URL https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn
Beschrijving A clean custom new tab page designed for minimum distraction.
Bestandsgrootte 121 KB
Aantal Installaties 360
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-02
Publicatiedatum 2014-08-02
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Josephus Paye II
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom New Tab",
    "description": "A clean custom new tab page designed for minimum distraction.",
    "author": "Josephus Paye II",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}