Bookmarks@newtab

A new tab page that displays your bookmarks.

Apa itu Bookmarks@newtab?

Bookmarks@newtab adalah ekstensi Chrome yang dikembangkan oleh pine.nuts, dan fitur utamanya adalah "A new tab page that displays your bookmarks.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmarks@newtab

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

                        Features:
- Masonry view, list view, icon view and grid view
- Add, edit, delete and move bookmarks
- Customizable background color, background image and text colors                    

Informasi Dasar Ekstensi

Nama Bookmarks@newtab Bookmarks@newtab
ID iceijoabkonabhjmokfmkbifmoogagoe
URL Resmi https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe
Deskripsi A new tab page that displays your bookmarks.
Ukuran File 3.95 MB
Jumlah Instalasi 20
Versi Saat Ini 1.4.4
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2020-01-13
Pengembang pine.nuts
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmarks@newtab",
    "version": "1.4.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}