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!
O que é URC - URL Scanner?
URC - URL Scanner é uma extensão do Chrome desenvolvida por https://code.rendrr.xyz/urc, e sua principal característica é "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URC - URL Scanner
Baixe arquivos de extensão URC - URL Scanner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
URL Oficial | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
Descrição | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
Tamanho do Arquivo | 181 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-10-10 |
Data de Publicação | 2017-10-10 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://code.rendrr.xyz/urc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://code.rendrr.xyz/urc/ |
URL da Página de Política de Privacidade | https://rakcode.com/privacypolicy.html |
Idiomas Suportados | 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" ] } } |