Page to QR Code

Get a QR code of current page with just one click.

Qu'est-ce que Page to QR Code ?

Page to QR Code est une extension Chrome développée par Jan Rychtář, et sa fonction principale est "Get a QR code of current page with just one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page to QR Code

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

                        Get a QR code of the current page with just one click.                    

Informations de Base sur l'Extension

Nom Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
URL Officiel https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
Description Get a QR code of current page with just one click.
Taille du Fichier 7.89 KB
Nombre d'Installations 43
Version Actuelle 1.0.4
Dernière Mise à Jour 2013-02-27
Date de Publication 2013-02-27
Évaluation 3.67/5 Total 3 Évaluations
Développeur Jan Rychtář
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}