QR Code Generator

QR Code Extension: A faster, more direct way to create and share QR codes, even better than short links.

QR Code Generator là gì?

QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi BXN, và tính năng chính của nó là "QR Code Extension: A faster, more direct way to create and share QR codes, even better than short links.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng 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

                        Introducing our QR Code Generator, the ultimate tool for effortlessly shortening URLs and transforming them into QR codes. 

With a blend of Bitly's efficiency and the simplicity of short links, this tool is your quick solution to creating and sharing QR codes using Imgur. 

Simply right-click, and within moments, your content is ready in QR form, as a short URL online, or shared via Imgur. 

We aim to be the best in the world of QR extensions, so your feedback is invaluable. If you encounter any bugs, have feature suggestions, or just want to share your thoughts, don't hesitate to drop us a review or comment. Your insights drive our improvements.                    

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

Tên QR Code Generator QR Code Generator
ID lkdokbndiffkmddlfpbjiokmfkafmgkm
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-generator/lkdokbndiffkmddlfpbjiokmfkafmgkm
Mô tả QR Code Extension: A faster, more direct way to create and share QR codes, even better than short links.
Kích Thước Tệp 81.47 KB
Số Lần Cài Đặt 3,006,640
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-09-01
Ngày Phát Hành 2020-07-11
Đánh Giá 4.73/5 Tổng số 213 Đánh Giá
Nhà Phát Triển BXN
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/qr-code-comprivacy-policy/home
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,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            }
        }
    },
    "content_scripts": [
        {
            "css": [
                "lightbox.css"
            ],
            "js": [
                "jquery.min.js",
                "qrlightbox.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "128x128.png",
        "16": "16x16.png",
        "48": "48x48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        ""
    ],
    "short_name": "QR Code Gen",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "jquery.min.js",
        "qrlightbox.js",
        "i\/save.png",
        "i\/share.png",
        "i\/close.png"
    ]
}