QR Code (Generator and Reader)

Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…

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://qrlive.net, và tính năng chính của nó là "Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…".

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

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

                        Generar código QR desde la url que estés visitando, de enlaces, imágenes, textos seleccionados. Y decodificar una imagen de código qr.                    

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 cpkojheloojklhggeambepedgooiihlc
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc
Mô tả Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 11,099
Phiên Bản Hiện Tại 1.4.1.9
Cập Nhật Lần Cuối 2018-05-31
Ngày Phát Hành 2018-05-31
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://qrlive.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://qrlive.net
URL Trang Trợ Giúp http://qrlive.net
Ngôn Ngữ Được Hỗ Trợ en,es,pt-BR
manifest.json
{
    "author": "qrlive,net",
    "background": {
        "scripts": [
            "js\/soft\/qrcode.js",
            "js\/soft\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/soft\/jsqrcode.min.js",
            "js\/api.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "es",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "options_page": "opcion.html",
    "options_ui": {
        "chrome_style": true,
        "page": "opcion.html"
    },
    "page_action": {
        "default_icon": {
            "32": "icon\/32.png",
            "38": "icon\/38.png",
            "48": "icon\/48.png",
            "96": "icon\/96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_generate__"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1.9"
}