Chrome Bookmark Search
Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page.
Chrome Bookmark Searchคืออะไร?
Chrome Bookmark Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peppe L-G และคุณลักษณะหลักของมันคือ "Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Bookmark Search
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Bookmark Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension injects JavaScript code on every page you visit listening for you pressing [CTRL] + [L] on the keyboard. This keyboard combination usually moves the focus to the omnibox, but this extension instead shows a popup allowing you to search for your bookmarks (see screenshot). Why use this extension? At least I hate the way the omnibox works (suggests search history before your own bookmarks, which is stupid!), and this extension fix that by only searching your bookmarks, and not your search history. If you don't select a suggested bookmark you will simply search for the entered text on Google or go to the URL you have entered. This extension also overrides the New Tab page, so you can search for your bookmarks from there as well.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Bookmark Search |
ID | naggokfijmbenljcdlajbaccepmihagc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-bookmark-search/naggokfijmbenljcdlajbaccepmihagc |
คำอธิบาย | Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page. |
ขนาดไฟล์ | 16.95 KB |
จำนวนการติดตั้ง | 1,774 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2019-02-08 |
วันที่เผยแพร่ | 2019-02-08 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Peppe L-G |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Bookmark Search", "version": "1.2.0", "description": "Use [CTRL] + [L] to search your bookmarks (a version of the omnibox only suggesting bookmarks). Also used on the New Tab page.", "manifest_version": 2, "permissions": [ "bookmarks" ], "background": { "scripts": [ "background-script.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |