Tab2QR

A minimalist browser extesion to send the page you are currently viewing to your mobile device.

Cos'è Tab2QR?

Tab2QR è un'estensione di Chrome sviluppata da James Shih, e la sua funzione principale è "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tab2QR

Scarica i file di estensione Tab2QR 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

                        Viewing a nice page and want to continue on your mobile device? 

Tired of typing URLs on your phone? 

Tab2QR at your service. Just click and scan the QR code with your phone or tablet.

Way faster huh?

Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information.

©MMXV-MMXXIII James Shih                    

Informazioni di Base sull'Estensione

Nome Tab2QR Tab2QR
ID mkfcgekjddmlceifimndhbliepfgnogo
URL Ufficiale https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo
Descrizione A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Dimensione del File 20.13 KB
Conteggio Installazioni 601
Versione Corrente 4.0.0
Ultimo Aggiornamento 2023-02-07
Data di Pubblicazione 2019-05-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore James Shih
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/IFS49F/Tab2QR
URL della Pagina di Aiuto https://github.com/IFS49F/Tab2QR/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "James Shih",
    "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.",
    "name": "Tab2QR",
    "version": "4.0.0",
    "icons": {
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "action": {
        "default_title": "Tab2QR",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "manifest_version": 3
}