Omnibox Bookmark
Search your bookmarks and open them right from the omnibox!
Omnibox Bookmarkคืออะไร?
Omnibox Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harshal Lele และคุณลักษณะหลักของมันคือ "Search your bookmarks and open them right from the omnibox!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnibox Bookmark
ดาวน์โหลดไฟล์ส่วนขยาย Omnibox Bookmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Access your bookmarks through the omnibox by typing 'bkmrk' and the name of the bookmark. It searches both desktop and mobile bookmarks lets you navigate to them through the omnibox. Press Ctrl+B to bookmark the page that you are on. Press Ctrl+X to remove bookmark from active page. Any suggestions or constructive criticism is always appreciated!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Omnibox Bookmark |
ID | hahonbhmpdagcdgikajlcjdghicbffbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omnibox-bookmark/hahonbhmpdagcdgikajlcjdghicbffbf |
คำอธิบาย | Search your bookmarks and open them right from the omnibox! |
ขนาดไฟล์ | 18.7 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2015-04-14 |
วันที่เผยแพร่ | 2015-04-13 |
ผู้พัฒนา | Harshal Lele |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibox Bookmark", "description": "Search your bookmarks and open them right from the omnibox!", "version": "0.3", "background": { "scripts": [ "Bookmarksearch.js" ] }, "commands": { "bookmark-active-page": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "chromeos": "Ctrl+B", "linux": "Ctrl+B" }, "description": "Bookmark Active page" }, "Remove-bookmark-of-Active-page": { "suggested_key": { "windows": "Ctrl+X", "mac": "Command+X", "chromeos": "Ctrl+X", "linux": "Ctrl+X" }, "description": "Remove Bookmark from Active page" } }, "permissions": [ "tabs", "bookmarks", "notifications" ], "icons": { "16": "icon16trans.png", "19": "icon19trans.png", "38": "icon38trans.png", "48": "icon48trans.png", "128": "icon128trans.png" }, "omnibox": { "keyword": "bkmrk" } } |