QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

Τι είναι το QRtag.net - The QR Code Generator;

Το QRtag.net - The QR Code Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.qrtag.net, και η κύρια λειτουργία του είναι "Generates an QR Code of the current page.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης QRtag.net - The QR Code Generator

Λήψη αρχείων επέκτασης QRtag.net - The QR Code Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
Επίσημο URL https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
Περιγραφή Generates an QR Code of the current page.
Μέγεθος Αρχείου 31.27 KB
Αριθμός Εγκαταστάσεων 42
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-07-17
Ημερομηνία Δημοσίευσης 2019-11-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.qrtag.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.qrtag.net/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRtag.net - The QR Code Generator",
    "short_name": "QRtag.net",
    "description": "Generates an QR Code of the current page.",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}