Omnimarkr
Fuzzy search your bookmarks through the Omnibox
ما هو Omnimarkr؟
Omnimarkr هو إضافة Chrome تم تطويرها بواسطة JVillella، والميزة الرئيسية لها هي "Fuzzy search your bookmarks through the Omnibox".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Omnimarkr
قم بتنزيل ملفات الامتداد Omnimarkr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Omnimarkr is an Omnibox enhancement for full-page searching of your bookmarks. Instead of only being able to search the titles of your bookmarks, now the entire pages are indexed automatically. Simply type 'bookmarks' in your Omnibox, hit tab, and away you go!
معلومات أساسية عن التمديد
الاسم | Omnimarkr |
ID | pklgmphiapdicmpbgnjnhnlmjpbijlfp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/omnimarkr/pklgmphiapdicmpbgnjnhnlmjpbijlfp |
الوصف | Fuzzy search your bookmarks through the Omnibox |
حجم الملف | 27.81 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2015-02-10 |
تاريخ النشر | 2015-02-09 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | JVillella |
نوع الدفع | free |
موقع الإضافة | http://jvillella.com |
عنوان صفحة المساعدة | http://jvillella.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnimarkr", "description": "Fuzzy search your bookmarks through the Omnibox", "version": "1.0.2", "omnibox": { "keyword": "bookmarks" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/*\/*", "*:\/\/*\/*", "bookmarks", "storage", "unlimitedStorage" ], "background": { "scripts": [ "fuse.js", "eventscript.js" ], "persistent": false } } |