PP QR

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

什么是PP QR?

PP QR是由Eric.JR开发的Chrome扩展程序,该扩展的主要功能是“Create ar images instantly! Download and share easily. All for free!”。

扩展截图

screenshot
screenshot
screenshot

下载PP QR扩展crx文件

下载PP QR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 PP QR PP QR
ID efgpdlpahaaoimppgenfinecaaiebeai
官方URL https://chromewebstore.google.com/detail/pp-qr/efgpdlpahaaoimppgenfinecaaiebeai
简介 Create ar images instantly! Download and share easily. All for free!
文件大小 81.16 KB
安装次数 229
当前版本 1.0.2
更新时间 2020-11-05
上架时间 2018-07-03
评分 4.00/5 共4次评分
开发者 Eric.JR
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}