New Tab with Bookmarks

Displays all bookmarks in the new tab page

Apa itu New Tab with Bookmarks?

New Tab with Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://bytecode77.com, dan fitur utamanya adalah "Displays all bookmarks in the new tab page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab with Bookmarks

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

                        This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar.                    

Informasi Dasar Ekstensi

Nama New Tab with Bookmarks New Tab with Bookmarks
ID dicfmapplolngmjeoelpiclidoiknpfl
URL Resmi https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl
Deskripsi Displays all bookmarks in the new tab page
Ukuran File 59.77 KB
Jumlah Instalasi 523
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-11-19
Tanggal Publikasi 2017-04-10
Penilaian 3.69/5 Total 13 Penilaian
Pengembang https://bytecode77.com
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": "New Tab with Bookmarks",
    "description": "Displays all bookmarks in the new tab page",
    "version": "1.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}