qTab

qTab

qTab란 무엇입니까?

qTab은(는) Quantana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "qTab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

qTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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'"
}