Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Apa itu Maple Bookmarks?

Maple Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://maple.tw93.fun, dan fitur utamanya adalah "Let you navigate smoothly while hiding the bookmark bar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Maple Bookmarks

Unduh file ekstensi Maple 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 bookmarks bar can occupy the browsing window and affect concentration, so I often hide it. However, this makes accessing bookmarks inconvenient. Therefore, I developed the Maple Bookmarks extension. By just using the shortcut Command + E, you can quickly access your bookmarks, which is practical and convenient.                    

Informasi Dasar Ekstensi

Nama Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL Resmi https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
Deskripsi Let you navigate smoothly while hiding the bookmark bar.
Ukuran File 29.91 KB
Jumlah Instalasi 1,277
Versi Saat Ini 1.10
Terakhir Diperbarui 2023-09-14
Tanggal Publikasi 2023-07-28
Penilaian 4.86/5 Total 7 Penilaian
Pengembang https://maple.tw93.fun
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/tw93/Maple
URL Halaman Bantuan https://github.com/tw93/Maple/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Maple Bookmarks",
    "description": "Let you navigate smoothly while hiding the bookmark bar.",
    "version": "1.10",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            }
        }
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "bookmarks",
        "favicon"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}