Free QR-Code Generator

Customize the design, add a logo, enter the required information and create a QR code!

Free QR-Code Generator là gì?

Free QR-Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://free-qr.com, và tính năng chính của nó là "Customize the design, add a logo, enter the required information and create a QR code!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free QR-Code Generator

Tải xuống các tệp mở rộng Free QR-Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Generator QR code will help you create QR codes easy, for free of charge and without registration. The QR code will be available for download in PNG, EPS and vector SVG formats.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free QR-Code Generator Free QR-Code Generator
ID mienaogfjihpcafkcpghjgalmfpoilia
URL Chính Thức https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia
Mô tả Customize the design, add a logo, enter the required information and create a QR code!
Kích Thước Tệp 333 KB
Số Lần Cài Đặt 359
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-21
Ngày Phát Hành 2021-01-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://free-qr.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://free-qr.com/
URL Trang Trợ Giúp https://free-qr.com/
URL Trang Chính Sách Bảo Mật https://free-qr.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "back.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "index.html",
        "default_title": "Free QR-Code Generator"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/free-qr.com\/ object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "options.html"
    ],
    "homepage_url": "https:\/\/free-qr.com\/",
    "name": "Free QR-Code Generator",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "permissions": [
        "https:\/\/free-qr.com\/"
    ]
}