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 |
Eメール | [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" ] } } |