URL to QRCode

get the qrcode of current url

Qu'est-ce que URL to QRCode ?

URL to QRCode est une extension Chrome développée par zhihuzeye, et sa fonction principale est "get the qrcode of current url".

Captures d'Écran de l'Extension

screenshot

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

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

                        The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。                    

Informations de Base sur l'Extension

Nom URL to QRCode URL to QRCode
ID hbgipmdmmhiicemlmjglcepdpkodgcpe
URL Officiel https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe
Description get the qrcode of current url
Taille du Fichier 32.12 KB
Nombre d'Installations 158
Version Actuelle 1.1
Dernière Mise à Jour 2014-08-15
Date de Publication 2014-08-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur zhihuzeye
Type de Paiement free
Site Web de l'Extension https://github.com/imyelo/chrome-url-to-qrcode
URL de la Page d'Aide https://github.com/imyelo/chrome-url-to-qrcode/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRCode",
    "version": "1.1",
    "description": "get the qrcode of current url",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "URL to QRCode",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}