Speedy Bookmarks Search
A fast google-liked search engine for bookmarks that supports searching operators and offline indexing
Speedy Bookmarks Searchคืออะไร?
Speedy Bookmarks Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "A fast google-liked search engine for bookmarks that supports searching operators and offline indexing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speedy Bookmarks Search
ดาวน์โหลดไฟล์ส่วนขยาย Speedy Bookmarks Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension indexes all your bookmark items once and updates its indexing database when a change occurs in your bookmark tree like a new bookmark being added, removed or modified. This database can then be used to find matching terms using the extension's popup window. The search engine of this extension is very powerful. It supports search operators like "OR" and "AND" which can be used to limit the search results with keywords. Read the FAQs page for more info Notes: 1. This extension sorts matching results based on their relevance. The number in the last row of the result section displays the matching percentage. 2. The first time indexing may take up to several minutes depending on the total number of bookmark items you have 3. To open a result in a new browser tab use Enter key. To open in a background tab, use Ctrl/Command + Enter key. To open in the current tab use Shift + Enter keys. 4. This extension only indexes the database once and does not re-index since it monitors bookmark changes. 5. This extension uses none-persistent background page to prevent any resource usage when it is not being used. 6. There are many search keywords that can be used with searching operators to better limit results. Make sure to check them in the FAQs page. Keyboard Shortcuts: Enter: Open selected entry or open all entries in the storage Shift + Enter: Open selected entry in the active tab Alt + Enter: Add selected entry to the storage (remove it if it is already there) Meta + Enter: Open selected entry or all entries in background tabs Meta + Number: Jump to the entry
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speedy Bookmarks Search |
ID | clpejcpmabnajjcpcadggimnljaignhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speedy-bookmarks-search/clpejcpmabnajjcpcadggimnljaignhp |
คำอธิบาย | A fast google-liked search engine for bookmarks that supports searching operators and offline indexing |
ขนาดไฟล์ | 521 KB |
จำนวนการติดตั้ง | 477 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2022-04-26 |
วันที่เผยแพร่ | 2019-10-27 |
คะแนน | 3.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | lunu.bounir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://add0n.com/bookmark-search.html |
URL หน้าช่วยเหลือ | https://add0n.com/bookmark-search.html |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/lunu.bounir.txt |
ภาษาที่รองรับ | de,en,fr,nl,es,it,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0", "name": "Speedy Bookmarks Search", "description": "__MSG_description__", "default_locale": "en", "offline_enabled": true, "permissions": [ "storage", "bookmarks", "contextMenus" ], "homepage_url": "https:\/\/add0n.com\/bookmark-search.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "action": [], "commands": { "_execute_action": [], "open": { "description": "Open the bookmark search in a standalone window" } } } |