SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
什么是SearchBox Bookmarks?
SearchBox Bookmarks是由Kohei Ichioka开发的Chrome扩展程序,该扩展的主要功能是“Bookmark search-boxes and use the search-box in the toolbar popup.”。
扩展截图
下载SearchBox Bookmarks扩展crx文件
下载SearchBox Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
扩展基本信息
名称 | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
官方URL | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
简介 | Bookmark search-boxes and use the search-box in the toolbar popup. |
文件大小 | 16.89 KB |
安装次数 | 100 |
当前版本 | 10 |
更新时间 | 2022-08-21 |
上架时间 | 2019-08-06 |
评分 | 4.67/5 共6次评分 |
开发者 | Kohei Ichioka |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/expf/searchbox-bookmarks |
支持的语言 | 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" ] } |