The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
Τι είναι το The QRL Extension;
Το The QRL Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RohanDengle, και η κύρια λειτουργία του είναι "URL to QR code developed for easy transfer of sites from Computer to mobile.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The QRL Extension
Λήψη αρχείων επέκτασης The QRL Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
Επίσημο URL | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
Περιγραφή | URL to QR code developed for easy transfer of sites from Computer to mobile. |
Μέγεθος Αρχείου | 18.13 KB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2020-08-10 |
Ημερομηνία Δημοσίευσης | 2020-08-10 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | RohanDengle |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The QRL Extension", "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.", "version": "1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab" ], "offline_enabled": true, "browser_action": { "default_icon": "16x16.png", "default_popup": "popup.html" } } |