background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
What is background-search?
background-search is a Chrome extension developed by https://0-9.tumblr.com, and its main feature is "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
Extension Screenshots
Download background-search Extension CRX File
Download background-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
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
Extension Basic Information
Name | background-search |
ID | hokopjpmeglhfjpmjboooinnmmnljcom |
Official URL | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
Description | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
File Size | 8.82 KB |
Installation Count | 112 |
Current Version | 0.4 |
Last Updated | 2023-02-18 |
Publish Date | 2014-01-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://0-9.tumblr.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |