Just One Tab

Just One Tab is a free Google Chrome extension that forces you to single-task.

ما هو Just One Tab؟

Just One Tab هو إضافة Chrome تم تطويرها بواسطة https://jot.pm، والميزة الرئيسية لها هي "Just One Tab is a free Google Chrome extension that forces you to single-task.".

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

screenshot

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

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

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

                        Just One Tab is a free Google Chrome extension that forces you to single-task. 

Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.                    

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

الاسم Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
الوصف Just One Tab is a free Google Chrome extension that forces you to single-task.
حجم الملف 152 KB
عدد التثبيتات 99
النسخة الحالية 0.1.2
آخر تحديث 2018-02-16
تاريخ النشر 2018-02-16
المطور https://jot.pm
نوع الدفع free
موقع الإضافة http://jot.pm/
عنوان صفحة المساعدة http://jot.pm/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just One Tab",
    "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Tab Limit"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}