Bookmark Search
Search bookmarks using input text.
What is Bookmark Search?
Bookmark Search is a Chrome extension developed by pandaman, and its main feature is "Search bookmarks using input text.".
Extension Screenshots
Download Bookmark Search Extension CRX File
Download Bookmark Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
このChrome拡張機能は、ブックマークを簡単に検索できる機能を提供します。拡張機能のアイコンをクリックすると、ポップアップ内に検索画面が表示されます。ユーザーが検索バーにテキストを入力すると、そのテキストに一致するブックマークがリスト形式で表示されます。表示される各ブックマークにはリンクが含まれており、クリックすることで対象のページに直接アクセスできます。この拡張機能を使用することで、ブックマークの管理と検索がより効率的になります。
Extension Basic Information
Name | Bookmark Search |
ID | ahnagedeobidhdhmfbnhopgjiddkfdel |
Official URL | https://chromewebstore.google.com/detail/bookmark-search/ahnagedeobidhdhmfbnhopgjiddkfdel |
Description | Search bookmarks using input text. |
File Size | 6.24 KB |
Installation Count | 216 |
Current Version | 1.0 |
Last Updated | 2023-03-27 |
Publish Date | 2023-03-27 |
Rating | 4.00/5 Total 1 Ratings |
Developer | pandaman |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Search", "version": "1.0", "description": "Search bookmarks using input text.", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Bookmark Search" }, "permissions": [ "bookmarks" ], "icons": { "48": "icon.png" } } |