Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Last Tab Keeperとは何ですか?
Last Tab Keeperはprinsによって開発されたChromeの拡張機能で、その主な機能は「This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.」です。
拡張機能のスクリーンショット
Last Tab Keeper拡張機能のCRXファイルをダウンロード
Last Tab Keeper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.
LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)
Note : This extension doesn't collect history data.
### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later) 拡張機能の基本情報
| 名前 | |
| ID | ogookjjcaobcijoblfjoneggmhdlppkc |
| 公式URL | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
| 説明 | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
| ファイルサイズ | 15.04 KB |
| インストール数 | 9,315 |
| 現在のバージョン | 1.2.5 |
| 最終更新日 | 2012-07-22 |
| 公開日 | 2012-07-22 |
| 評価 | 2.96/5 合計 69 レビュー |
| 開発者 | prins |
| 支払い方法 | free |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Last Tab Keeper",
"version": "1.2.5",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |