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 |
官方網址 | 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" ] } } |