Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Maple Bookmarksคืออะไร?

Maple Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maple.tw93.fun และคุณลักษณะหลักของมันคือ "Let you navigate smoothly while hiding the bookmark bar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Maple Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Maple Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
คำอธิบาย Let you navigate smoothly while hiding the bookmark bar.
ขนาดไฟล์ 29.91 KB
จำนวนการติดตั้ง 1,277
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2023-09-14
วันที่เผยแพร่ 2023-07-28
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://maple.tw93.fun
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tw93/Maple
URL หน้าช่วยเหลือ https://github.com/tw93/Maple/issues
ภาษาที่รองรับ 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"
    }
}