Bookmark Express
This extension displays a list of your bookmarks filtered by instant search. That's it.
Bookmark Expressคืออะไร?
Bookmark Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric Majerus และคุณลักษณะหลักของมันคือ "This extension displays a list of your bookmarks filtered by instant search. That's it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Express
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Express ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome's Omnibar only shows a few search results for bookmarks and there's no way to see more without going somewhere else. This solves that by letting you search your bookmarks and see all the results, along with full name, folder it's in, the URL and highlighted search hits. Searching is instant so you get immediate feedback on results. After searching, you can use the mouse or keyboard arrow keys to select a result and Enter key to open the highlighted bookmark. Issues for feature requests or help can be created at the project's GitHub page below: Source code: https://github.com/ackmanx/bookmark-express
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark Express |
ID | edgcdcdceojjbiebdbgmacecicaknjih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-express/edgcdcdceojjbiebdbgmacecicaknjih |
คำอธิบาย | This extension displays a list of your bookmarks filtered by instant search. That's it. |
ขนาดไฟล์ | 88.19 KB |
จำนวนการติดตั้ง | 927 |
เวอร์ชันปัจจุบัน | 8.1 |
อัปเดตครั้งล่าสุด | 2019-04-06 |
วันที่เผยแพร่ | 2019-04-05 |
คะแนน | 4.70/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Eric Majerus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bitbucket.org/ackmanx/bookmark-express/src |
URL หน้าช่วยเหลือ | https://bitbucket.org/ackmanx/bookmark-express/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it.", "version": "8.1", "browser_action": { "default_popup": "app\/popup.html" }, "background": { "page": "app\/bg.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "48": "images\/app\/icon48.png", "128": "images\/app\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |