Bookmarker
Bookmarker is a simple Chrome extension to search bookmarks.
Bookmarkerคืออะไร?
Bookmarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mehdi Sadeghi และคุณลักษณะหลักของมันคือ "Bookmarker is a simple Chrome extension to search bookmarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmarker
ดาวน์โหลดไฟล์ส่วนขยาย Bookmarker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmarker |
ID | dogmmdcflcflabibfbecmfgaaobifimo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo |
คำอธิบาย | Bookmarker is a simple Chrome extension to search bookmarks. |
ขนาดไฟล์ | 39.36 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2017-04-08 |
วันที่เผยแพร่ | 2017-04-08 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Mehdi Sadeghi |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mehdisadeghi/bookmarker |
URL หน้าช่วยเหลือ | https://github.com/mehdisadeghi/bookmarker/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarker", "version": "0.4", "manifest_version": 2, "description": "Bookmarker is a simple Chrome extension to search bookmarks.", "omnibox": { "keyword": "bb" }, "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |