LuLuCopy
Share the text , images and links without internet
Qu'est-ce que LuLuCopy ?
LuLuCopy est une extension Chrome développée par Raja, et sa fonction principale est "Share the text , images and links without internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LuLuCopy
Téléchargez les fichiers d'extension LuLuCopy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lejbpghiaeipmnllceclhifjlinmlagi |
URL Officiel | https://chrome.google.com/webstore/detail/lulucopy/lejbpghiaeipmnllceclhifjlinmlagi |
Description | Share the text , images and links without internet |
Taille du Fichier | 48.29 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.30 |
Dernière Mise à Jour | 2019-01-08 |
Date de Publication | 2019-01-08 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | Raja |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.lulucopy.com/ |
Langues Prises en Charge | 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" ] } } |