QR Code Generator for Google Chrome™

Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader

What is QR Code Generator for Google Chrome™?

QR Code Generator for Google Chrome™ is a Chrome extension developed by https://1bestlinks.net, and its main feature is "Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader".

Extension Screenshots

screenshot
screenshot

Download QR Code Generator for Google Chrome™ Extension CRX File

Download QR Code Generator for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Upload your logo, select custom colors, select a pattern and download the final QRcode. Available formats: .png, .svg, pdf, print
 Converts your current page into a QR Code with one quick click.
Generates QR Codes from free text, URLs on the fly.
================================================================
★ Advanced features available on website :
✔ Color picker
✔ Custom Background and Foreground color
✔ Transparent background
✔ Gradient foreground
✔ Advanced QR Code patterns
✔ Custom QR Code Markers border and center
✔ Custom Frames
✔ Custom label
✔ Image uploader
✔ Custom watermarks
✔ Location search
✔ OpenMaps or GoogleMaps
✔ Save QRcodes in .png and .svg format
✔ Custom theme color
✔ Custom layouts
✔ Live preview
✔ Link
✔ Text
✔ E-mail
✔ Location (with GoogleMaps)
✔ Telephone
✔ SMS
✔ WhatsApp
✔ Skype
✔ Zoom
✔ WI-Fi access
✔ V-Card
✔ Events
✔ PayPal checkout
✔ BitCoin transaction                    

Extension Basic Information

Name QR Code Generator for Google Chrome™ QR Code Generator for Google Chrome™
ID pfofphfaneihhojbfggedcopangiacjk
Official URL https://chrome.google.com/webstore/detail/qr-code-generator-for-goo/pfofphfaneihhojbfggedcopangiacjk
Description Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader
File Size 461 KB
Installation Count 937
Current Version 1.0.0
Last Updated 2022-04-02
Publish Date 2021-02-21
Rating 3.00/5 Total 1 Ratings
Developer https://1bestlinks.net
Email [email protected]
Payment Type free
Extension Website https://qr-code-generator.1bestlinks.net/
Supported Languages id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "version": "1.0.0",
    "homepage_url": "https:\/\/qr-code-generator.1bestlinks.net\/",
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "scripts": [
            "src\/install.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "src\/popup.html"
    }
}