The QRcode Generator

Generate Qrcode of your current tab and Selection

Qu'est-ce que The QRcode Generator ?

The QRcode Generator est une extension Chrome développée par JohnnyWorks, et sa fonction principale est "Generate Qrcode of your current tab and Selection".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The QRcode Generator

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

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

Informations de Base sur l'Extension

Nom The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
URL Officiel https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
Description Generate Qrcode of your current tab and Selection
Taille du Fichier 66.86 KB
Nombre d'Installations 96
Version Actuelle 1.0
Dernière Mise à Jour 2014-10-04
Date de Publication 2014-10-04
Développeur JohnnyWorks
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}