minimal-new-tab

(FINISHED) Replacement of the new tab for Google Chrome

Apa itu minimal-new-tab?

minimal-new-tab adalah ekstensi Chrome yang dikembangkan oleh durancristhian, dan fitur utamanya adalah "(FINISHED) Replacement of the new tab for Google Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi minimal-new-tab

Unduh file ekstensi minimal-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

                        (FINISHED) Replacement of the new tab for Google Chrome

Version 1.0:
- Deleted extra functionality and commented code

Versión 0.3:
- Added animate.css animations and daily quotes

Versión 0.2:
- ToDo list added at the right

Versión 0.1:
- Added centered day and hour                    

Informasi Dasar Ekstensi

Nama minimal-new-tab minimal-new-tab
ID nljoaafhkenagpclofihfbfhkhddhdlk
URL Resmi https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk
Deskripsi (FINISHED) Replacement of the new tab for Google Chrome
Ukuran File 575 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-29
Tanggal Publikasi 2015-11-29
Penilaian 4.67/5 Total 3 Penilaian
Pengembang durancristhian
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "minimal-new-tab",
    "description": "(FINISHED) Replacement of the new tab for Google Chrome",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon-16.png",
        "128": "img\/icon-128.png"
    }
}