QR Code Maker

Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.

Τι είναι το QR Code Maker;

Το QR Code Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.qrcodechimp.com, και η κύρια λειτουργία του είναι "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης QR Code Maker

Λήψη αρχείων επέκτασης QR Code Maker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Generate Beautiful QR Codes for any business, marketing, educational, fun work or any need that you may have. 

Lot of options to choose from:
- You get option for various shapes such as circle, heart and hex
- You get to choose popular logos or upload your own
- You get to change color and shapes of eyeballs
- You get to upload your own images as background of the QR Code
- Download very high resolution images for your design and marketing work

Stand out in the crowd with most beautiful QR Codes brought to you by Qr Code Chimp!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα QR Code Maker QR Code Maker
ID fjhiihinnfloeepbkkidlhkfnbnjdaod
Επίσημο URL https://chromewebstore.google.com/detail/qr-code-maker/fjhiihinnfloeepbkkidlhkfnbnjdaod
Περιγραφή Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.
Μέγεθος Αρχείου 1.6 MB
Αριθμός Εγκαταστάσεων 9,627
Τρέχουσα Έκδοση 1.06
Τελευταία Ενημέρωση 2021-09-26
Ημερομηνία Δημοσίευσης 2021-03-03
Αξιολόγηση 4.86/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής https://www.qrcodechimp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.qrcodechimp.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.qrcodechimp.com/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου https://www.qrcodechimp.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Maker",
    "version": "1.06",
    "description": "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "main.html",
        "default_icon": {
            "16": "\/images\/icons\/qrcodechimp16.png",
            "32": "\/images\/icons\/qrcodechimp32.png",
            "48": "\/images\/icons\/qrcodechimp48.png",
            "128": "\/images\/icons\/qrcodechimp128.png"
        }
    },
    "icons": {
        "16": "\/images\/icons\/qrcodechimp16.png",
        "32": "\/images\/icons\/qrcodechimp32.png",
        "48": "\/images\/icons\/qrcodechimp48.png",
        "128": "\/images\/icons\/qrcodechimp128.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}