QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

QR Codematic là gì?

QR Codematic là một tiện ích mở rộng Chrome được phát triển bởi slawkacz, và tính năng chính của nó là "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

Ả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 Codematic

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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

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

Tên QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
URL Chính Thức https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Mô tả QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2018-10-10
Ngày Phát Hành 2018-10-10
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển slawkacz
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/slawkacz
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}