background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
什么是background-search?
background-search是由https://0-9.tumblr.com开发的Chrome扩展程序,该扩展的主要功能是“Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…”。
扩展截图
下载background-search扩展crx文件
下载background-search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to keep tabs in the background. see source. https://github.com/kyo-ago/background-search
扩展基本信息
名称 | background-search |
ID | hokopjpmeglhfjpmjboooinnmmnljcom |
官方URL | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
简介 | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
文件大小 | 8.82 KB |
安装次数 | 112 |
当前版本 | 0.4 |
更新时间 | 2023-02-18 |
上架时间 | 2014-01-06 |
评分 | 5.00/5 共3次评分 |
开发者 | https://0-9.tumblr.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "background-search", "version": "0.4", "manifest_version": 3, "default_locale": "en", "icons": { "128": "img\/128.png" }, "background": { "service_worker": ".\/src\/background.js" }, "options_ui": { "page": ".\/src\/options.html", "open_in_tab": false }, "permissions": [ "storage", "contextMenus" ] } |