Last Tab Keepalive
Creates a new tab when the last tab is closed.
Last Tab Keepaliveとは何ですか?
Last Tab Keepaliveはlinshunghuangによって開発されたChromeの拡張機能で、その主な機能は「Creates a new tab when the last tab is closed.」です。
拡張機能のスクリーンショット
Last Tab Keepalive拡張機能のCRXファイルをダウンロード
Last Tab Keepalive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
** This extension REQUIRES running as a "background app" when Google Chrome is closed ** Features: • Creates a new tab when the last tab is closed • Does not access any website data • Frees memory when inactive Updates: • [9/2/13] Fix bugs • [9/4/13] Added Options page to set default window size
拡張機能の基本情報
名前 | Last Tab Keepalive |
ID | pekhngokoehglkdkciedpimjddpbkcod |
公式URL | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
説明 | Creates a new tab when the last tab is closed. |
ファイルサイズ | 8.49 KB |
インストール数 | 1,493 |
現在のバージョン | 1.3.7 |
最終更新日 | 2013-12-26 |
公開日 | 2013-12-26 |
評価 | 2.88/5 合計 67 レビュー |
開発者 | linshunghuang |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.7", "name": "Last Tab Keepalive", "description": "Creates a new tab when the last tab is closed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "background" ] } |