qTab

qTab

qTabとは何ですか?

qTabはQuantanaによって開発されたChromeの拡張機能で、その主な機能は「qTab」です。

拡張機能のスクリーンショット

screenshot
screenshot

qTab拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}