URL to QR code

This extension generate QR-code with URL of current openned page.

Qu'est-ce que URL to QR code ?

URL to QR code est une extension Chrome développée par https://michurin.github.io, et sa fonction principale est "This extension generate QR-code with URL of current openned page.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        Еxtension to view URL of current opened page as QR code.

It is the simplest way to carry URL from you browser to your (or someone's) mobile device.

You can customize

  - size of image and
  - error correction levels.

And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page.

Visit the options page to use these features.                    

Informations de Base sur l'Extension

Nom URL to QR code URL to QR code
ID ocilemcdjpkpmopdbehigobfjaepcnmm
URL Officiel https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm
Description This extension generate QR-code with URL of current openned page.
Taille du Fichier 11.55 KB
Nombre d'Installations 353
Version Actuelle 0.4.0.0
Dernière Mise à Jour 2014-08-18
Date de Publication 2014-08-18
Développeur https://michurin.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/michurin/chrome-extension-url-to-qrcode
URL de la Page d'Aide https://github.com/michurin/chrome-extension-url-to-qrcode
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code",
    "version": "0.4.0.0",
    "description": "This extension generate QR-code with URL of current openned page.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Generate QR code",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/chart.googleapis.com\/",
        "activeTab",
        "storage"
    ],
    "short_name": "URL 2 QR",
    "author": "Alexey Michurin ",
    "homepage_url": "http:\/\/michurin.github.io\/"
}