QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
Τι είναι το QR-Code;
Το QR-Code είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον felix.kaiser, και η κύρια λειτουργία του είναι "Show a QR-Code for the current URL (without relying on some third-party API).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QR-Code
Λήψη αρχείων επέκτασης QR-Code σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shows a QR-Code for the current URL, or any other text.
It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.).
It's free and open source: https://github.com/fxkr/chrome-qrcode-extension Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | leicjbimaiecjfljbeikdailcmaadlml |
| Επίσημο URL | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
| Περιγραφή | Show a QR-Code for the current URL (without relying on some third-party API). |
| Μέγεθος Αρχείου | 13.5 KB |
| Αριθμός Εγκαταστάσεων | 799 |
| Τρέχουσα Έκδοση | 1.0.0 |
| Τελευταία Ενημέρωση | 2017-11-21 |
| Ημερομηνία Δημοσίευσης | 2017-11-21 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | felix.kaiser |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/fxkr/chrome-qrcode-extension |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR-Code",
"description": "Show a QR-Code for the current URL (without relying on some third-party API).",
"version": "1.0.0",
"homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension",
"icons": {
"16": "icon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"permissions": [
"tabs"
],
"offline_enabled": true,
"browser_action": {
"default_icon": "icon-16x16.png",
"default_popup": "popup.html"
}
} | |