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 |
官方網址 | 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" ] } |