LuLuCopy

Share the text , images and links without internet

LuLuCopy là gì?

LuLuCopy là một tiện ích mở rộng Chrome được phát triển bởi Raja, và tính năng chính của nó là "Share the text , images and links without internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LuLuCopy

Tải xuống các tệp mở rộng LuLuCopy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LuLuCopy LuLuCopy
ID lejbpghiaeipmnllceclhifjlinmlagi
URL Chính Thức https://chrome.google.com/webstore/detail/lulucopy/lejbpghiaeipmnllceclhifjlinmlagi
Mô tả Share the text , images and links without internet
Kích Thước Tệp 48.29 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.30
Cập Nhật Lần Cuối 2019-01-08
Ngày Phát Hành 2019-01-08
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Raja
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.lulucopy.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}