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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}