Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

Apa itu Bookmarks New Tab?

Bookmarks New Tab adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/warrentteam, dan fitur utamanya adalah "A New Tab replacement that shows the Bookmarks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bookmarks New Tab

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

                        Replace the default New Page tab by a Bookmarks tree menu.

Source
    https://github.com/madrang/Bookmarks-New-Tab

Disclaimer: May contains links, that once clicked, will open.
This disclaimer was added to comply to TOS regarding use of "Quick links".                    

Informasi Dasar Ekstensi

Nama Bookmarks New Tab Bookmarks New Tab
ID njfnhkobpepaoogpflmbmiefmnlhkgjn
URL Resmi https://chromewebstore.google.com/detail/bookmarks-new-tab/njfnhkobpepaoogpflmbmiefmnlhkgjn
Deskripsi A New Tab replacement that shows the Bookmarks.
Ukuran File 487 KB
Jumlah Instalasi 447
Versi Saat Ini 0.0.1.1
Terakhir Diperbarui 2021-07-19
Tanggal Publikasi 2012-10-31
Penilaian 4.69/5 Total 13 Penilaian
Pengembang https://sites.google.com/site/warrentteam
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/madrang/Bookmarks-New-Tab
URL Halaman Kebijakan Privasi https://openpd.org
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks New Tab",
    "version": "0.0.1.1",
    "description": "A New Tab replacement that shows the Bookmarks.",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "offline_enabled": true,
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}