Url Share

Share the url through a QR code

¿Qué es Url Share?

Url Share es una extensión de Chrome desarrollada por Unknown, y su función principal es "Share the url through a QR code".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Url Share

Descarga archivos de extensión Url Share 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

                        Click on the extension, QR code gets generated, scan it with your mobile and you can access it on your mobile.

Imagine this, you are browsing the web on your laptop, you find a very useful website that you want to share with your friends on whatsapp. If you are like me, you are annoyed with the current methods - emailing to yourself etc. Or maybe you are in a hurry and want to continue reading on your mobile. This has been built for these kind of scenarios.                    

Información Básica de la Extensión

Nombre Url Share Url Share
ID ekagffpamcaamencfbkjjleflmffmdjg
URL Oficial https://chromewebstore.google.com/detail/url-share/ekagffpamcaamencfbkjjleflmffmdjg
Descripción Share the url through a QR code
Tamaño del Archivo 62.73 KB
Cantidad de Instalaciones 22
Versión Actual 2.0
Última Actualización 2015-08-26
Fecha de Publicación 2015-08-26
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Share",
    "description": "Share the url through a QR code",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Share your page",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}