PP QR

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

PP QR क्या है?

PP QR Eric.JR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create ar images instantly! Download and share easily. All for free!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PP QR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}