Last Tab Keepalive

Creates a new tab when the last tab is closed.

ما هو Last Tab Keepalive؟

Last Tab Keepalive هو إضافة Chrome تم تطويرها بواسطة linshunghuang، والميزة الرئيسية لها هي "Creates a new tab when the last tab is closed.".

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

screenshot

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

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

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

                        ** 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                    

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

الاسم Last Tab Keepalive Last Tab Keepalive
ID pekhngokoehglkdkciedpimjddpbkcod
عنوان URL الرسمي https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod
الوصف Creates a new tab when the last tab is closed.
حجم الملف 8.49 KB
عدد التثبيتات 1,493
النسخة الحالية 1.3.7
آخر تحديث 2013-12-26
تاريخ النشر 2013-12-26
تقييم 2.88/5 مجموع تقييمات 67
المطور linshunghuang
نوع الدفع free
اللغات المدعومة 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"
    ]
}