Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Apa itu Yet Another New Tab Page?

Yet Another New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Brian Mock, dan fitur utamanya adalah "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yet Another New Tab Page

Unduh file ekstensi Yet Another New Tab Page 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

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

Informasi Dasar Ekstensi

Nama Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
URL Resmi https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
Deskripsi It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Ukuran File 9.39 KB
Jumlah Instalasi 194
Versi Saat Ini 21.0
Terakhir Diperbarui 2017-11-19
Tanggal Publikasi 2017-11-19
Penilaian 4.43/5 Total 14 Penilaian
Pengembang Brian Mock
Tipe Pembayaran free
Situs Ekstensi https://github.com/wavebeem/yantp
URL Halaman Bantuan https://github.com/wavebeem/yantp
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}