AwesomeBar
Searches your bookmarks just like the Firefox AwesomeBar.
ما هو AwesomeBar؟
AwesomeBar هو إضافة Chrome تم تطويرها بواسطة http://www.websqueak.co.uk، والميزة الرئيسية لها هي "Searches your bookmarks just like the Firefox AwesomeBar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AwesomeBar
قم بتنزيل ملفات الامتداد AwesomeBar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides Firefox AwesomeBar functionality as a Chrome Extension. Searches your bookmarks and orders in the same manner to the Firefox Awesomebar. To use the extension, type 'ab' in the Omnibar followed by your bookmark search text. What's New in Version 2.0 Refactored entire search algorthim to mirror algorithm used by Firefox. Version 1.3 Fixed searching to prioritize the capital letters at start of words in your favourites. Version 1.2 Improved searching to prioritize the capital letters at start of words in your favourites to give a more accurate seach result. Coming Soon : History and Feeling Lucky searching.. Version 1.1 Improvements in fuzzy logic searching.
معلومات أساسية عن التمديد
الاسم | |
ID | epfjibmdcelinmbfeimnfeeggpebleje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/awesomebar/epfjibmdcelinmbfeimnfeeggpebleje |
الوصف | Searches your bookmarks just like the Firefox AwesomeBar. |
حجم الملف | 193 KB |
عدد التثبيتات | 235 |
النسخة الحالية | 2.0 |
آخر تحديث | 2013-07-03 |
تاريخ النشر | 2013-07-03 |
تقييم | 2.77/5 مجموع تقييمات 35 |
المطور | http://www.websqueak.co.uk |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AwesomeBar", "version": "2.0", "description": "Searches your bookmarks just like the Firefox AwesomeBar.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "omnibox": { "keyword": "ab" }, "background": { "persistent": false, "scripts": [ "search.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "bookmarks", "tabs" ] } |