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)
擴展基本資訊
名稱 | Last Tab Keeper |
ID | ogookjjcaobcijoblfjoneggmhdlppkc |
官方網址 | 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" ] } |