Tab Timeout

This extension allows the user to set a timeout for the current tab to close

ما هو Tab Timeout؟

Tab Timeout هو إضافة Chrome تم تطويرها بواسطة brentengust، والميزة الرئيسية لها هي "This extension allows the user to set a timeout for the current tab to close".

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

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

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

                                            

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

الاسم Tab Timeout Tab Timeout
ID ipfhphdnknhbgmndmfhefbcdcopplijj
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-timeout/ipfhphdnknhbgmndmfhefbcdcopplijj
الوصف This extension allows the user to set a timeout for the current tab to close
حجم الملف 286 KB
عدد التثبيتات 51
النسخة الحالية 1.0
آخر تحديث 2018-04-07
تاريخ النشر 2018-04-07
المطور brentengust
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Timeout",
    "description": "This extension allows the user to set a timeout for the current tab to close",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}