QR Code Generator

Generate QR code from any text and save it as an SVG image

Qu'est-ce que QR Code Generator ?

QR Code Generator est une extension Chrome développée par Keller, et sa fonction principale est "Generate QR code from any text and save it as an SVG image".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        QR Code Generator is an extension that helps you easily make QR codes in your browser.

Simply click on the toolbar button to open the app. You can open this add-on in a stand-alone window (default context) or toolbar popup, as well as a new tab. To choose a context for opening the app, please right-click on the toolbar button and then select your desired context. Please note that all changes are stored in the memory.

Once the app is open, please add a text in the text area within the app (bottom section). Next, click on the right-arrow button next to the text-area to generate the QR code. To see the last 10 generated QR codes, please click on the left sidebar. If you click on each item in the sidebar, it will be rendered on the main screen. On the top-right corner, there is a download button to download the current QR code as an SVG image file. Below that, there are reload (to reload the UI), support, and donation buttons.

Note: you can also select a text on any webpage and then right-click and choose - Generate QR Code - from the context menu to generate a QR code.

If you found a bug to report, or have a feature request in mind, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/qrcode-generator.html).                    

Informations de Base sur l'Extension

Nom QR Code Generator QR Code Generator
ID pfdnbeicnlgaliljnkekjigcgnlgkjfc
URL Officiel https://chromewebstore.google.com/detail/qr-code-generator/pfdnbeicnlgaliljnkekjigcgnlgkjfc
Description Generate QR code from any text and save it as an SVG image
Taille du Fichier 30.97 KB
Nombre d'Installations 921
Version Actuelle 0.1.2
Dernière Mise à Jour 2023-03-01
Date de Publication 2020-02-05
Évaluation 4.00/5 Total 2 Évaluations
Développeur Keller
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/qrcode-generator.html
URL de la Page d'Aide https://mybrowseraddon.com/qrcode-generator.html
URL de la Page de Politique de Confidentialité https://mybrowseraddon.com/privacy-policy/keller.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "QR Code Generator",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/qrcode-generator.html",
    "description": "Generate QR code from any text and save it as an SVG image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}