Last Tab Keepalive
Creates a new tab when the last tab is closed.
What is Last Tab Keepalive?
Last Tab Keepalive is a Chrome extension developed by linshunghuang, and its main feature is "Creates a new tab when the last tab is closed.".
Extension Screenshots
Download Last Tab Keepalive Extension CRX File
Download Last Tab Keepalive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
** 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
Extension Basic Information
Name | |
ID | pekhngokoehglkdkciedpimjddpbkcod |
Official URL | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
Description | Creates a new tab when the last tab is closed. |
File Size | 8.49 KB |
Installation Count | 1,493 |
Current Version | 1.3.7 |
Last Updated | 2013-12-26 |
Publish Date | 2013-12-26 |
Rating | 2.88/5 Total 67 Ratings |
Developer | linshunghuang |
Payment Type | free |
Supported Languages | 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" ] } |