Search in background tab
Opens the "Search google for" search in a background tab.
Search in background tabとは何ですか?
Search in background tabはPitmairenによって開発されたChromeの拡張機能で、その主な機能は「Opens the "Search google for" search in a background tab.」です。
拡張機能のスクリーンショット
Search in background tab拡張機能のCRXファイルをダウンロード
Search in background tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground.
It should now work for latest versions of Chrome.
### Important ###
If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7.
You find the options page at this url:
chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html
############
Changelog:
0.0.7:
- Update to manifest version 3
- Fix to make the extension work with the latest version of Chrome.
0.0.6:
-Update to manifest version 2
-Small change to default regexp
0.0.5:
-fix gcx for parameter 拡張機能の基本情報
| 名前 | |
| ID | fikfhablannhlgejpiklhbkonjkakodf |
| 公式URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
| 説明 | Opens the "Search google for" search in a background tab. |
| ファイルサイズ | 10.44 KB |
| インストール数 | 674 |
| 現在のバージョン | 0.0.7 |
| 最終更新日 | 2023-12-24 |
| 公開日 | 2013-03-03 |
| 評価 | 4.11/5 合計 64 レビュー |
| 開発者 | Pitmairen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Pitmairen/search-in-background-tab |
| ヘルプページのURL | https://github.com/Pitmairen/search-in-background-tab/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search in background tab",
"version": "0.0.7",
"manifest_version": 3,
"description": "Opens the \"Search google for\" search in a background tab.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"options_page": "options.html"
} | |