QR URL Transfer

Transfer a web page address to a smartphone using QR-code

Qu'est-ce que QR URL Transfer ?

QR URL Transfer est une extension Chrome développée par Eoos Ventures, et sa fonction principale est "Transfer a web page address to a smartphone using QR-code".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QR URL Transfer

Téléchargez les fichiers d'extension QR URL Transfer 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

                        Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.                    

Informations de Base sur l'Extension

Nom QR URL Transfer QR URL Transfer
ID iojkbccgdkfpbffpdbkmahhkigbhhmbn
URL Officiel https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn
Description Transfer a web page address to a smartphone using QR-code
Taille du Fichier 63.23 KB
Nombre d'Installations 83
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2018-02-10
Date de Publication 2018-02-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Eoos Ventures
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL Transfer",
    "description": "Transfer a web page address to a smartphone using QR-code",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "16-icon.png"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}