Visual bookmarks

Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.

Apa itu Visual bookmarks?

Visual bookmarks adalah ekstensi Chrome yang dikembangkan oleh ivan_k, dan fitur utamanya adalah "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Visual bookmarks

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

                        The visual bookmarks page replaces the default new tab.

Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles.

Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions
Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues                    

Informasi Dasar Ekstensi

Nama Visual bookmarks Visual bookmarks
ID jdbgjlehkajddoapdgpdjmlpdalfnenf
URL Resmi https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf
Deskripsi Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Ukuran File 124 KB
Jumlah Instalasi 20,000
Versi Saat Ini 5.12.3
Terakhir Diperbarui 2024-01-13
Tanggal Publikasi 2020-07-02
Penilaian 4.53/5 Total 308 Penilaian
Pengembang ivan_k
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/k-ivan/visual-bookmarks-chrome
Bahasa yang Didukung en,hu,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "5.12.3",
    "minimum_chrome_version": "95",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "scripting",
        "background",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}