SearchBox Bookmarks

Bookmark search-boxes and use the search-box in the toolbar popup.

ما هو SearchBox Bookmarks؟

SearchBox Bookmarks هو إضافة Chrome تم تطويرها بواسطة Kohei Ichioka، والميزة الرئيسية لها هي "Bookmark search-boxes and use the search-box in the toolbar popup.".

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

screenshot

تحميل ملف CRX للإضافة SearchBox Bookmarks

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

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

                        * Bookmark search-boxes on web pages.
* Use search-box in the toolbar popup.
* Use search-box by the selected word in the context menu.                    

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

الاسم SearchBox Bookmarks SearchBox Bookmarks
ID hplmgcbileifdjfahjdmpjclbkmgdhic
عنوان URL الرسمي https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic
الوصف Bookmark search-boxes and use the search-box in the toolbar popup.
حجم الملف 16.89 KB
عدد التثبيتات 100
النسخة الحالية 10
آخر تحديث 2022-08-21
تاريخ النشر 2019-08-06
تقييم 4.67/5 مجموع تقييمات 6
المطور Kohei Ichioka
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/expf/searchbox-bookmarks
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchBox Bookmarks",
    "version": "10",
    "manifest_version": 3,
    "description": "Bookmark search-boxes and use the search-box in the toolbar popup.",
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "b.js",
        "type": "module"
    },
    "action": {
        "default_popup": "p.html",
        "default_icon": "a.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ]
}