Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Auto Close Tabとは何ですか?
Auto Close Tabはnewpscoderによって開発されたChromeの拡張機能で、その主な機能は「This extension runs in the background and will close any tab opened where the URL begins with ie:http」です。
拡張機能のスクリーンショット
Auto Close Tab拡張機能のCRXファイルをダウンロード
Auto Close Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds.
Required is a registry key update for full functionality. Please see the following website for information.
https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome 拡張機能の基本情報
| 名前 | |
| ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
| 公式URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
| 説明 | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
| ファイルサイズ | 3.21 KB |
| インストール数 | 482 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2018-12-20 |
| 公開日 | 2018-12-20 |
| 評価 | 2.00/5 合計 4 レビュー |
| 開発者 | newpscoder |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto Close Tab",
"version": "2.0",
"description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |