Bookmarker
Bookmarker is a simple Chrome extension to search bookmarks.
ما هو Bookmarker؟
Bookmarker هو إضافة Chrome تم تطويرها بواسطة Mehdi Sadeghi، والميزة الرئيسية لها هي "Bookmarker is a simple Chrome extension to search bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarker
قم بتنزيل ملفات الامتداد Bookmarker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!
معلومات أساسية عن التمديد
الاسم | Bookmarker |
ID | dogmmdcflcflabibfbecmfgaaobifimo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo |
الوصف | Bookmarker is a simple Chrome extension to search bookmarks. |
حجم الملف | 39.36 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.4 |
آخر تحديث | 2017-04-08 |
تاريخ النشر | 2017-04-08 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | Mehdi Sadeghi |
نوع الدفع | free |
موقع الإضافة | https://github.com/mehdisadeghi/bookmarker |
عنوان صفحة المساعدة | https://github.com/mehdisadeghi/bookmarker/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarker", "version": "0.4", "manifest_version": 2, "description": "Bookmarker is a simple Chrome extension to search bookmarks.", "omnibox": { "keyword": "bb" }, "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |