Last Tab Keepalive
Creates a new tab when the last tab is closed.
Wat is Last Tab Keepalive?
Last Tab Keepalive is een Chrome-extensie ontwikkeld door linshunghuang, en de belangrijkste functie is "Creates a new tab when the last tab is closed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Last Tab Keepalive
Download Last Tab Keepalive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
** 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
Basisinformatie over de Extensie
Naam | Last Tab Keepalive |
ID | pekhngokoehglkdkciedpimjddpbkcod |
Officiële URL | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
Beschrijving | Creates a new tab when the last tab is closed. |
Bestandsgrootte | 8.49 KB |
Aantal Installaties | 1,493 |
Huidige Versie | 1.3.7 |
Laatst Bijgewerkt | 2013-12-26 |
Publicatiedatum | 2013-12-26 |
Beoordeling | 2.88/5 Totaal 67 Beoordelingen |
Ontwikkelaar | linshunghuang |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |