LuLuCopy

Share the text , images and links without internet

LuLuCopy क्या है?

LuLuCopy Raja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share the text , images and links without internet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LuLuCopy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम LuLuCopy LuLuCopy
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"
        ]
    }
}