Search Bookmarks, History and Tabs
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
什麼是Search Bookmarks, History and Tabs?
Search Bookmarks, History and Tabs是由heimlersimon開發的Chrome擴展程式,該擴展的主要功能是“Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.”。
擴展截圖
下載Search Bookmarks, History and Tabs擴展crx文件
下載Search Bookmarks, History and Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension does not collect any data, nor does it make any external requests. It supports two different search approaches or a hybrid between both: - Fuzzy search (approximate string matching) - Precise search (exact matching) With this extension you can also **tag your bookmarks** including auto completions. The tags are considered when searching and can be used for navigation. In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings. You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
擴展基本資訊
名稱 | Search Bookmarks, History and Tabs |
ID | cofpegcepiccpobikjoddpmmocficdjj |
官方網址 | https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj |
簡介 | Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs. |
檔案大小 | 82.83 KB |
安裝次數 | 979 |
目前版本 | 1.9.5 |
更新時間 | 2023-12-14 |
上架時間 | 2021-07-25 |
評分 | 4.91/5 共 11 次評分 |
開發者 | heimlersimon |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Fannon/search-tabs-bookmarks-and-history#readme |
說明頁面URL | https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Bookmarks, History and Tabs", "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.", "homepage_url": "https:\/\/github.com\/Fannon\/search-bookmarks-history-and-tabs", "author": "Simon Heimler", "version": "1.9.5", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "history", "storage" ], "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period" }, "description": "Open search popup" } }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } } |