Omnibook
Search your bookmarks in the omnibox
Omnibookคืออะไร?
Omnibook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adermience และคุณลักษณะหลักของมันคือ "Search your bookmarks in the omnibox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omnibook
ดาวน์โหลดไฟล์ส่วนขยาย Omnibook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bookmarks search extension. Typeandin the address bar and type what you want to search.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hcgpicmniccnljackhfcejongbabbifc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc |
คำอธิบาย | Search your bookmarks in the omnibox |
ขนาดไฟล์ | 12.28 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-03-27 |
วันที่เผยแพร่ | 2018-03-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | adermience |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibook", "description": "Search your bookmarks in the omnibox", "version": "1.1", "omnibox": { "keyword": "s" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks" ], "icons": { "16": "icon\/icon-16.png", "128": "icon\/icon-128.png" } } |