Bookmark Search

This extension allows you to directly access your bookmarks by name

ما هو Bookmark Search؟

Bookmark Search هو إضافة Chrome تم تطويرها بواسطة Spencer Anderson، والميزة الرئيسية لها هي "This extension allows you to directly access your bookmarks by name".

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

screenshot
screenshot
screenshot

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

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

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

                        Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? 

Then try this extension out.

Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.                    

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

الاسم Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
الوصف This extension allows you to directly access your bookmarks by name
حجم الملف 9.04 KB
عدد التثبيتات 30
النسخة الحالية 1.0
آخر تحديث 2016-04-22
تاريخ النشر 2016-04-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Spencer Anderson
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "This extension allows you to directly access your bookmarks by name",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "mrk"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}