Tab2QR

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

Was ist Tab2QR?

Tab2QR ist eine Chrome-Erweiterung, die von James Shih entwickelt wurde, und ihr Hauptmerkmal ist "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".

Erweiterungsscreenshots

screenshot
screenshot

Tab2QR-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab2QR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tab2QR Tab2QR
ID mkfcgekjddmlceifimndhbliepfgnogo
Offizielle URL https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo
Beschreibung A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Dateigröße 20.13 KB
Installationsanzahl 601
Aktuelle Version 4.0.0
Letztes Update 2023-02-07
Veröffentlichungsdatum 2019-05-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler James Shih
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/IFS49F/Tab2QR
Hilfeseite URL https://github.com/IFS49F/Tab2QR/issues
Unterstützte Sprachen 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
}