SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
What is SearchBox Bookmarks?
SearchBox Bookmarks is a Chrome extension developed by Kohei Ichioka, and its main feature is "Bookmark search-boxes and use the search-box in the toolbar popup.".
Extension Screenshots
Download SearchBox Bookmarks Extension CRX File
Download SearchBox Bookmarks 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
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
Extension Basic Information
Name | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
Official URL | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
Description | Bookmark search-boxes and use the search-box in the toolbar popup. |
File Size | 16.89 KB |
Installation Count | 100 |
Current Version | 10 |
Last Updated | 2022-08-21 |
Publish Date | 2019-08-06 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Kohei Ichioka |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/expf/searchbox-bookmarks |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchBox Bookmarks", "version": "10", "manifest_version": 3, "description": "Bookmark search-boxes and use the search-box in the toolbar popup.", "icons": { "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "b.js", "type": "module" }, "action": { "default_popup": "p.html", "default_icon": "a.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ] } |