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 |
公式URL | 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 |
Eメール | [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" } } |