QR URL Transfer

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

Wat is QR URL Transfer?

QR URL Transfer is een Chrome-extensie ontwikkeld door Eoos Ventures, en de belangrijkste functie is "Transfer a web page address to a smartphone using QR-code".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QR URL Transfer

Download QR URL Transfer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QR URL Transfer QR URL Transfer
ID iojkbccgdkfpbffpdbkmahhkigbhhmbn
Officiële URL https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn
Beschrijving Transfer a web page address to a smartphone using QR-code
Bestandsgrootte 63.23 KB
Aantal Installaties 83
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2018-02-10
Publicatiedatum 2018-02-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Eoos Ventures
Betalingswijze free
Ondersteunde Talen 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"
    ]
}