Last Tab Keepalive
Creates a new tab when the last tab is closed.
Co to jest Last Tab Keepalive?
Last Tab Keepalive to rozszerzenie Chrome opracowane przez linshunghuang, a jego główną funkcją jest „Creates a new tab when the last tab is closed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Last Tab Keepalive
Pobierz pliki rozszerzeń Last Tab Keepalive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
** 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pekhngokoehglkdkciedpimjddpbkcod |
| Oficjalny URL | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
| Opis | Creates a new tab when the last tab is closed. |
| Rozmiar pliku | 8.49 KB |
| Liczba instalacji | 1,493 |
| Aktualna Wersja | 1.3.7 |
| Ostatnia Aktualizacja | 2013-12-26 |
| Data Publikacji | 2013-12-26 |
| Ocena | 2.88/5 Łącznie 67 Oceny |
| Deweloper | linshunghuang |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |