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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}