QR Code Sender - URL, SMS, Wifi, etc
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
Τι είναι το QR Code Sender - URL, SMS, Wifi, etc;
Το QR Code Sender - URL, SMS, Wifi, etc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xenosi.de, και η κύρια λειτουργία του είναι "You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QR Code Sender - URL, SMS, Wifi, etc
Λήψη αρχείων επέκτασης QR Code Sender - URL, SMS, Wifi, etc σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gahnhihmambbhkolajmjohaeoheedmal |
| Επίσημο URL | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
| Περιγραφή | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
| Μέγεθος Αρχείου | 15.16 KB |
| Αριθμός Εγκαταστάσεων | 256 |
| Τρέχουσα Έκδοση | 0.8 |
| Τελευταία Ενημέρωση | 2022-09-27 |
| Ημερομηνία Δημοσίευσης | 2020-09-10 |
| Προγραμματιστής | https://xenosi.de |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://urlopen.link/qr/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://xenosi.de/privacyext.html |
| Υποστηριζόμενες Γλώσσες | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "QR Code Sender - URL, SMS, Wifi, etc",
"short_name": "QR Code Sender",
"default_locale": "ko",
"description": "__MSG_extDescription__",
"version": "0.8",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "index.html",
"default_title": "QR Code Sender - URL, SMS, Wifi, etc"
},
"permissions": [
"activeTab"
]
} | |