Tab2QR
A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Qu'est-ce que Tab2QR ?
Tab2QR est une extension Chrome développée par James Shih, et sa fonction principale est "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab2QR
Téléchargez les fichiers d'extension Tab2QR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mkfcgekjddmlceifimndhbliepfgnogo |
URL Officiel | https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo |
Description | A minimalist browser extesion to send the page you are currently viewing to your mobile device. |
Taille du Fichier | 20.13 KB |
Nombre d'Installations | 601 |
Version Actuelle | 4.0.0 |
Dernière Mise à Jour | 2023-02-07 |
Date de Publication | 2019-05-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | James Shih |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/IFS49F/Tab2QR |
URL de la Page d'Aide | https://github.com/IFS49F/Tab2QR/issues |
Langues Prises en Charge | 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 } |