No Tab Left Behind

This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.

ما هو No Tab Left Behind؟

No Tab Left Behind هو إضافة Chrome تم تطويرها بواسطة Liat Berdugo، والميزة الرئيسية لها هي "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة No Tab Left Behind

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

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

                        Squander your desire to multitask with this Chrome extension that only lets you open one tab at a time. Try to open another, and it will close it. Focus all of your attention on each and every tab you open. Leave no tab behind. 

And yes, this is an intentional reference to the No Child Left Behind Act that President Bush enacted in 2001. More at http://digikits.ch/

Thanks to Jacob Singh for his programming help.                    

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

الاسم No Tab Left Behind No Tab Left Behind
ID koabllhfdhmbdgbpbihjlaklejpmdplf
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf
الوصف This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
حجم الملف 93.74 KB
عدد التثبيتات 13
النسخة الحالية 1.0
آخر تحديث 2012-11-19
تاريخ النشر 2012-11-19
تقييم 4.50/5 مجموع تقييمات 2
المطور Liat Berdugo
نوع الدفع free
موقع الإضافة http://digikits.ch/writing-digital-art/no-tab-left-behind/
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Tab Left Behind",
    "description": "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/digikits.ch\/writing-digital-art\/no-tab-left-behind\/"
}