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!

¿Qué es URC - URL Scanner?

URC - URL Scanner es una extensión de Chrome desarrollada por https://code.rendrr.xyz/urc, y su función principal es "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión URC - URL Scanner

Descarga archivos de extensión URC - URL Scanner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
URL Oficial https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Descripción To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Tamaño del Archivo 181 KB
Cantidad de Instalaciones 30
Versión Actual 1.0.4
Última Actualización 2017-10-10
Fecha de Publicación 2017-10-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://code.rendrr.xyz/urc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://code.rendrr.xyz/urc/
URL de la Página de Política de Privacidad https://rakcode.com/privacypolicy.html
Idiomas Soportados 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"
        ]
    }
}