Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
¿Qué es Copy URL?
Copy URL es una extensión de Chrome desarrollada por viveksinghggits, y su función principal es "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy URL
Descarga archivos de extensión Copy URL 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
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
Información Básica de la Extensión
Nombre | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
URL Oficial | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Descripción | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Tamaño del Archivo | 8.12 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 1.0 |
Última Actualización | 2018-06-09 |
Fecha de Publicación | 2018-06-09 |
Desarrollador | viveksinghggits |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |