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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |