URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

URL to QR code converter là gì?

URL to QR code converter là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/fujundu, và tính năng chính của nó là "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL to QR code converter

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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

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

Tên URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Chính Thức https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Mô tả This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Kích Thước Tệp 46.83 KB
Số Lần Cài Đặt 4,354
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2017-02-22
Ngày Phát Hành 2017-02-22
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/fujundu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fjdu/URL-to-QR-code
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}