PP QR

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

Τι είναι το PP QR;

Το PP QR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eric.JR, και η κύρια λειτουργία του είναι "Create ar images instantly! Download and share easily. All for free!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PP QR

Λήψη αρχείων επέκτασης 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'"
}