qTab

qTab

Cos'è qTab?

qTab è un'estensione di Chrome sviluppata da Quantana, e la sua funzione principale è "qTab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione qTab

Scarica i file di estensione qTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome qTab qTab
ID dedogijclldcjejijkohhkbecomoknge
URL Ufficiale https://chromewebstore.google.com/detail/qtab/dedogijclldcjejijkohhkbecomoknge
Descrizione qTab
Dimensione del File 404 KB
Conteggio Installazioni 28
Versione Corrente 0.2.4
Ultimo Aggiornamento 2021-12-21
Data di Pubblicazione 2021-11-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Quantana
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vRdqwzbhWyzSN-X_OEc6SJ2GlfP7Gs0aCnrxMi62SPmBjEdoBlqc2KbKHWaQKDHBSxGu4vECgibEkIX/pub
Lingue Supportate 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'"
}