Live On
keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
什麼是Live On?
Live On是由theQxQ開發的Chrome擴展程式,該擴展的主要功能是“keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.”。
擴展截圖
下載Live On擴展crx文件
下載Live On擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes. this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs". also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want. created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.
擴展基本資訊
名稱 | Live On |
ID | oficfgdfeoknbjfhommlpiekdapmnebh |
官方網址 | https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh |
簡介 | keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left. |
檔案大小 | 26.5 KB |
安裝次數 | 40,000 |
目前版本 | 0.3 |
更新時間 | 2013-09-07 |
上架時間 | 2013-09-06 |
評分 | 4.58/5 共 33 次評分 |
開發者 | theQxQ |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live On", "manifest_version": 2, "version": "0.3", "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |