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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Last Tab Keeper

قم بتنزيل ملفات الامتداد Last Tab Keeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}