Custom New Tab

A clean custom new tab page designed for minimum distraction.

Apa itu Custom New Tab?

Custom New Tab adalah ekstensi Chrome yang dikembangkan oleh Josephus Paye II, dan fitur utamanya adalah "A clean custom new tab page designed for minimum distraction.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom New Tab

Unduh file ekstensi Custom New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Custom New Tab Custom New Tab
ID aiakclopdahdkjkfmbklnocpheohodnn
URL Resmi https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn
Deskripsi A clean custom new tab page designed for minimum distraction.
Ukuran File 121 KB
Jumlah Instalasi 360
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-02
Tanggal Publikasi 2014-08-02
Penilaian 3.25/5 Total 4 Penilaian
Pengembang Josephus Paye II
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}