qTab

qTab

ما هو qTab؟

qTab هو إضافة Chrome تم تطويرها بواسطة Quantana، والميزة الرئيسية لها هي "qTab".

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

screenshot
screenshot

تحميل ملف CRX للإضافة qTab

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

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

                        The Smartest Tab Organiser for Hyper Productive Users. Live Tabs, Saved Tabs, Teams, and so much more!

We engineered qTab based on our experience working remotely, with multiple screens and multiple monitors. 

qTab is the Only Tab Manager designed specifically to save you from constantly opening new tabs, and keeping your tabs organised in a smart and intuitive manner.

Please note, this is an Active Beta so expect to see frequent changes. Keep sharing your feature requests to [email protected] and help us create an amazing qTabbing experience for you!                    

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

الاسم qTab qTab
ID dedogijclldcjejijkohhkbecomoknge
عنوان URL الرسمي https://chromewebstore.google.com/detail/qtab/dedogijclldcjejijkohhkbecomoknge
الوصف qTab
حجم الملف 404 KB
عدد التثبيتات 28
النسخة الحالية 0.2.4
آخر تحديث 2021-12-21
تاريخ النشر 2021-11-09
تقييم 5.00/5 مجموع تقييمات 4
المطور Quantana
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vRdqwzbhWyzSN-X_OEc6SJ2GlfP7Gs0aCnrxMi62SPmBjEdoBlqc2KbKHWaQKDHBSxGu4vECgibEkIX/pub
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "qTab",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "qTab",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "version": "0.2.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}