LuLuCopy
Share the text , images and links without internet
¿Qué es LuLuCopy?
LuLuCopy es una extensión de Chrome desarrollada por Raja, y su función principal es "Share the text , images and links without internet".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LuLuCopy
Descarga archivos de extensión LuLuCopy 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
LuLuCopy Extension is used to sharing the text,image,link etc from desk/lap to your mobile. Features: Text Share : Select the text and Right click and select the "generate share code" option and use "LuLucopy" android app to scan the share code and get the text. Image Share :Right click on the image and select the "generate share" option and "LuLucopy" android app to scan the share code and get the image. Link Share : Right click on the link and select the "generate share" option and "LuLucopy" android app to scan the share code and get the link. Youtube Share : Right click on the video thubnail and select the "generate share" option , use "LuLucopy" android app to scan the share code and get the youtube video ULR's. To Share Page URL : ------------------- Select any empty part of the page and Right click and select the "generate share code" option and use "LuLucopy" android app to scan the share code and get the page URL. Lulucopy App Link ,for scaning the share code generated by lulucopy extension. https://play.google.com/store/apps/details?id=com.sharecode.sharecodereader&hl=en_IN
Información Básica de la Extensión
Nombre | |
ID | lejbpghiaeipmnllceclhifjlinmlagi |
URL Oficial | https://chrome.google.com/webstore/detail/lulucopy/lejbpghiaeipmnllceclhifjlinmlagi |
Descripción | Share the text , images and links without internet |
Tamaño del Archivo | 48.29 KB |
Cantidad de Instalaciones | 59 |
Versión Actual | 1.30 |
Última Actualización | 2019-01-08 |
Fecha de Publicación | 2019-01-08 |
Calificación | 4.91/5 Total de 11 Calificaciones |
Desarrollador | Raja |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.lulucopy.com/ |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LuLuCopy", "short_name": "LuLuCopy", "description": "Share the text , images and links without internet", "version": "1.30", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "script.js" ] } } |