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 扩展基本信息
| 名称 | |
| 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"
]
} | |