QR Code Maker

This Extension allow the user to quickly create QR Codes with the current url

Τι είναι το QR Code Maker;

Το QR Code Maker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nick Remijn, και η κύρια λειτουργία του είναι "This Extension allow the user to quickly create QR Codes with the current url".

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

screenshot
screenshot

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

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

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

                        This Extension makes it easier to share links between devices by making a QR Code out of them.

Features: 
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code

Changelog:

- 1.0.0
 - initial Version                    

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

Όνομα QR Code Maker QR Code Maker
ID oihjnlgmlpagpafdmegndjahnbkhcfge
Επίσημο URL https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge
Περιγραφή This Extension allow the user to quickly create QR Codes with the current url
Μέγεθος Αρχείου 7.57 KB
Αριθμός Εγκαταστάσεων 629
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2014-02-16
Ημερομηνία Δημοσίευσης 2014-02-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Nick Remijn
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Maker",
    "description": "This Extension allow the user to quickly create QR Codes with the current url",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Create QR Code",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}