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!
Cos'è URC - URL Scanner?
URC - URL Scanner è un'estensione di Chrome sviluppata da https://code.rendrr.xyz/urc, e la sua funzione principale è "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URC - URL Scanner
Scarica i file di estensione URC - URL Scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
URL Ufficiale | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Descrizione | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Dimensione del File | 181 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-10-10 |
Data di Pubblicazione | 2017-10-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://code.rendrr.xyz/urc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://code.rendrr.xyz/urc/ |
URL della Pagina della Politica sulla Privacy | https://rakcode.com/privacypolicy.html |
Lingue Supportate | 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" ] } } |