QR Cat

A tool for converting web page url to QR Code, allow you to share link with others.

QR Cat là gì?

QR Cat là một tiện ích mở rộng Chrome được phát triển bởi John He, và tính năng chính của nó là "A tool for converting web page url to QR Code, allow you to share link with others.".

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

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

                        QRCat is a QR code generator 

QRCat allows you to convert web page URLs to QR Code with a Meow button.

This will allow you better share the internet with others.

- QR Cat converts your current page URL to QRCode.

- By clicking on "Meow", QR Cat will generate QRCodes for you.

- QR Cat allows you to generate and download QR codes.

- Once downloaded, QR Cat does not need internet to function.                    

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

Tên QR Cat QR Cat
ID jckjibkcgpglnlpgaonbhincpddnbeia
URL Chính Thức https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia
Mô tả A tool for converting web page url to QR Code, allow you to share link with others.
Kích Thước Tệp 56.88 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-08-04
Ngày Phát Hành 2019-08-04
Nhà Phát Triển John He
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A tool for converting web page url to QR Code, allow you to share link with others.",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "QR Cat",
    "short_name": "qrcat",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "current_locale": "en_US"
}