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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |