QR URL Transfer

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

Vad är QR URL Transfer?

QR URL Transfer är en Chrome-tillägg utvecklad av Eoos Ventures, och dess huvudfunktion är "Transfer a web page address to a smartphone using QR-code".

Tilläggsskärmbilder

screenshot

Ladda ner QR URL Transfer-förlängningens CRX-fil

Ladda ner QR URL Transfer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn QR URL Transfer QR URL Transfer
ID iojkbccgdkfpbffpdbkmahhkigbhhmbn
Officiell webbadress https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn
Beskrivning Transfer a web page address to a smartphone using QR-code
Filstorlek 63.23 KB
Antal Installationer 83
Aktuell Version 0.0.0.1
Senast Uppdaterad 2018-02-10
Publiceringsdatum 2018-02-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Eoos Ventures
Betalningssätt free
Stödda Språk 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"
    ]
}