QR Code (Generator and Reader)

Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.

QR Code (Generator and Reader) là gì?

QR Code (Generator and Reader) là một tiện ích mở rộng Chrome được phát triển bởi https://c7x.me, và tính năng chính của nó là "Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.".

Ả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 QR Code (Generator and Reader)

Tải xuống các tệp mở rộng QR Code (Generator and Reader) 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

                        Generate QR Code and decode QR Code.                    

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

Tên QR Code (Generator and Reader) QR Code (Generator and Reader)
ID hkojjajclkgeijhcmfjcjkddfjpaimek
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek
Mô tả Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
Kích Thước Tệp 40.47 KB
Số Lần Cài Đặt 211,124
Phiên Bản Hiện Tại 1.3.8
Cập Nhật Lần Cuối 2021-10-30
Ngày Phát Hành 2020-05-20
Đánh Giá 4.14/5 Tổng số 140 Đánh Giá
Nhà Phát Triển https://c7x.me
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hybridapps.net/privacy.htm
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.3.8",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Cople",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "19": "icon\/19.png",
            "32": "icon\/32.png",
            "38": "icon\/38.png"
        },
        "default_title": "__MSG_generate__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "background": {
        "scripts": [
            "js\/vendor\/qrcode.js",
            "js\/vendor\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/vendor\/jsqrcode.min.js",
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "47",
    "offline_enabled": true,
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ]
}