Tab Timeout
This extension allows the user to set a timeout for the current tab to close
Tab Timeoutとは何ですか?
Tab Timeoutはbrentengustによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to set a timeout for the current tab to close」です。
Tab Timeout拡張機能のCRXファイルをダウンロード
Tab Timeout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ipfhphdnknhbgmndmfhefbcdcopplijj |
| 公式URL | https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj |
| 説明 | This extension allows the user to set a timeout for the current tab to close |
| ファイルサイズ | 286 KB |
| インストール数 | 51 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-04-07 |
| 公開日 | 2018-04-07 |
| 開発者 | brentengust |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Timeout",
"description": "This extension allows the user to set a timeout for the current tab to close",
"version": "1.0",
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"alarms"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |