Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Что такое Last Tab Keeper?
Last Tab Keeper - это расширение Chrome, разработанное prins, и его основная функция - "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Снимки экрана расширения
Скачать файл CRX расширения Last Tab Keeper
Скачайте файлы расширений Last Tab Keeper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Would you like to open a new tab after closing last tab? It may be helpful. This extension create a new tab automatically instead of your operation. LastTabKeeper only creates a new tab when a last tab is not blank. When you close a last tab blank, Chrome can quit. (as same as default behavior) Note : This extension doesn't collect history data. ### Ver 1.2.5 ### Minor change (to support Chrome v23 or later)
Основная информация о расширении
Название | Last Tab Keeper |
ID | ogookjjcaobcijoblfjoneggmhdlppkc |
Официальный URL | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
Описание | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
Размер файла | 15.04 KB |
Количество установок | 9,315 |
Текущая Версия | 1.2.5 |
Последнее Обновление | 2012-07-22 |
Дата публикации | 2012-07-22 |
Рейтинг | 2.96/5 Всего 69 оценок |
Разработчик | prins |
Тип оплаты | free |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Last Tab Keeper", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ] } |