Keep Last Two Tabs

This extension keep last two tabs to prevent Chrome quits when last tab is closed.

ما هو Keep Last Two Tabs؟

Keep Last Two Tabs هو إضافة Chrome تم تطويرها بواسطة livibetter، والميزة الرئيسية لها هي "This extension keep last two tabs to prevent Chrome quits when last tab is closed.".

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

screenshot

تحميل ملف CRX للإضافة Keep Last Two Tabs

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

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

                        This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around.

Options:

 * Automatically select newly created tab.
 * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+)
 * Automatically close New Tab tabs after opening a new tab.
 * Open custom page. (v0.5)
 * Support Chrome Sync. (v0.6)

This extension is an Open Source project, licensed under the MIT License. You can find it via Website link.

*** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***                    

معلومات أساسية عن التمديد

الاسم Keep Last Two Tabs Keep Last Two Tabs
ID fcnmaiiahjldikaollhjobhchdbhfhgf
عنوان URL الرسمي https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf
الوصف This extension keep last two tabs to prevent Chrome quits when last tab is closed.
حجم الملف 102 KB
عدد التثبيتات 6,705
النسخة الحالية 0.6
آخر تحديث 2013-03-17
تاريخ النشر 2013-03-17
تقييم 4.34/5 مجموع تقييمات 70
المطور livibetter
نوع الدفع free
موقع الإضافة https://github.com/livibetter/KLTT
عنوان صفحة المساعدة https://github.com/livibetter/KLTT/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Last Two Tabs",
    "version": "0.6",
    "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}