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是由https://www.qrcodechimp.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载QR Code Maker扩展crx文件

下载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
}