URC - URL Scanner
To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Τι είναι το URC - URL Scanner;
Το URC - URL Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://code.rendrr.xyz/urc, και η κύρια λειτουργία του είναι "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης URC - URL Scanner
Λήψη αρχείων επέκτασης URC - URL Scanner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!
Βασικές Πληροφορίες Επέκτασης
Όνομα | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
Επίσημο URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Περιγραφή | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Μέγεθος Αρχείου | 181 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2017-10-10 |
Ημερομηνία Δημοσίευσης | 2017-10-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://code.rendrr.xyz/urc |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://code.rendrr.xyz/urc/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://rakcode.com/privacypolicy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URC - URL Scanner", "version": "1.0.4", "manifest_version": 2, "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery.js", "js\/jquery.popupoverlay.js", "js\/jquery-qrcode.js", "js\/inject.js" ] } ], "chrome_url_overrides": { "history": "history.html" }, "background": { "scripts": [ "js\/background.js" ] } } |