qTab

qTab

qTabคืออะไร?

qTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quantana และคุณลักษณะหลักของมันคือ "qTab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย qTab

ดาวน์โหลดไฟล์ส่วนขยาย qTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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'"
}