LuLuCopy
Share the text , images and links without internet
什么是LuLuCopy?
LuLuCopy是由Raja开发的Chrome扩展程序,该扩展的主要功能是“Share the text , images and links without internet”。
扩展截图
下载LuLuCopy扩展crx文件
下载LuLuCopy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | lejbpghiaeipmnllceclhifjlinmlagi |
官方URL | https://chrome.google.com/webstore/detail/lulucopy/lejbpghiaeipmnllceclhifjlinmlagi |
简介 | Share the text , images and links without internet |
文件大小 | 48.29 KB |
安装次数 | 59 |
当前版本 | 1.30 |
更新时间 | 2019-01-08 |
上架时间 | 2019-01-08 |
评分 | 4.91/5 共11次评分 |
开发者 | Raja |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.lulucopy.com/ |
支持的语言 | 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" ] } } |