PP QR

Create ar images instantly! Download and share easily. All for free!

PP QR là gì?

PP QR là một tiện ích mở rộng Chrome được phát triển bởi Eric.JR, và tính năng chính của nó là "Create ar images instantly! Download and share easily. All for free!".

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

screenshot
screenshot
screenshot

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

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

                        The QR code generator with high praise rate on Chrome, formerly known as "UC QR".
You can easily convert the current page URL into a QR code, and you can also convert any text or link or image on the page, or even whatever you enter The content is converted into a QR code.
This is a QR code generator that has a high rating on Chrome and is especially popular with professional developers.

The main functions are as follows:

-Generate a QR code for the current page URL
-Generate a QR code for any link on the page
-Generate a QR code for any picture on the page
-Enter any content to generate a QR code
-No need to connect to the Internet, no authorization required (safe and reliable)
-Support right-click menu                    

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

Tên PP QR PP QR
ID efgpdlpahaaoimppgenfinecaaiebeai
URL Chính Thức https://chromewebstore.google.com/detail/pp-qr/efgpdlpahaaoimppgenfinecaaiebeai
Mô tả Create ar images instantly! Download and share easily. All for free!
Kích Thước Tệp 81.16 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-11-05
Ngày Phát Hành 2018-07-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Eric.JR
Email [email protected]
Loại Thanh Toán free
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_extname__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bundle\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "bundle\/popup.html",
        "default_title": "__MSG_extname__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-1.7.1.min.js",
                "bundle\/content.js"
            ],
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/128.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}