Bookmark Express Next

This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.

ما هو Bookmark Express Next؟

Bookmark Express Next هو إضافة Chrome تم تطويرها بواسطة Eric Majerus، والميزة الرئيسية لها هي "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bookmark Express Next

قم بتنزيل ملفات الامتداد Bookmark Express Next بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.                    

معلومات أساسية عن التمديد

الاسم Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
الوصف This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
حجم الملف 623 KB
عدد التثبيتات 87
النسخة الحالية 9.3
آخر تحديث 2021-03-17
تاريخ النشر 2021-03-02
تقييم 3.00/5 مجموع تقييمات 1
المطور Eric Majerus
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Express Next",
    "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
    "version": "9.3",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "index.html?page=options",
    "permissions": [
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}