Keep Last Two Tabs
This extension keep last two tabs to prevent Chrome quits when last tab is closed.
什麼是Keep Last Two Tabs?
Keep Last Two Tabs是由livibetter開發的Chrome擴展程式,該擴展的主要功能是“This extension keep last two tabs to prevent Chrome quits when last tab is closed.”。
擴展截圖
下載Keep Last Two Tabs擴展crx文件
下載Keep Last Two Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around. Options: * Automatically select newly created tab. * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+) * Automatically close New Tab tabs after opening a new tab. * Open custom page. (v0.5) * Support Chrome Sync. (v0.6) This extension is an Open Source project, licensed under the MIT License. You can find it via Website link. *** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***
擴展基本資訊
名稱 | Keep Last Two Tabs |
ID | fcnmaiiahjldikaollhjobhchdbhfhgf |
官方網址 | https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf |
簡介 | This extension keep last two tabs to prevent Chrome quits when last tab is closed. |
檔案大小 | 102 KB |
安裝次數 | 6,705 |
目前版本 | 0.6 |
更新時間 | 2013-03-17 |
上架時間 | 2013-03-17 |
評分 | 4.34/5 共 70 次評分 |
開發者 | livibetter |
付費類型 | free |
擴展官網 | https://github.com/livibetter/KLTT |
說明頁面URL | https://github.com/livibetter/KLTT/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep Last Two Tabs", "version": "0.6", "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |