LuLuCopy
Share the text , images and links without internet
Wat is LuLuCopy?
LuLuCopy is een Chrome-extensie ontwikkeld door Raja, en de belangrijkste functie is "Share the text , images and links without internet".
Extensie Screenshots
Download het CRX-bestand van de extensie LuLuCopy
Download LuLuCopy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lejbpghiaeipmnllceclhifjlinmlagi |
Officiële URL | https://chrome.google.com/webstore/detail/lulucopy/lejbpghiaeipmnllceclhifjlinmlagi |
Beschrijving | Share the text , images and links without internet |
Bestandsgrootte | 48.29 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.30 |
Laatst Bijgewerkt | 2019-01-08 |
Publicatiedatum | 2019-01-08 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Raja |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.lulucopy.com/ |
Ondersteunde Talen | 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" ] } } |