QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

Qu'est-ce que QR URL ?

QR URL est une extension Chrome développée par https://soynerdito.blogspot.com, et sa fonction principale est "Show current web URL as a QRCode so you may scan with your mobile device.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

Informations de Base sur l'Extension

Nom QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
URL Officiel https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
Description Show current web URL as a QRCode so you may scan with your mobile device.
Taille du Fichier 5.38 KB
Nombre d'Installations 1,517
Version Actuelle 3.0
Dernière Mise à Jour 2014-04-01
Date de Publication 2014-03-31
Évaluation 4.29/5 Total 17 Évaluations
Développeur https://soynerdito.blogspot.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}