LuLuCopy
Share the text , images and links without internet
LuLuCopy란 무엇입니까?
LuLuCopy은(는) Raja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share the text , images and links without internet"입니다.
확장 프로그램 스크린샷
LuLuCopy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |