LuLuCopy

Share the text , images and links without internet

ما هو LuLuCopy؟

LuLuCopy هو إضافة Chrome تم تطويرها بواسطة Raja، والميزة الرئيسية لها هي "Share the text , images and links without internet".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LuLuCopy

قم بتنزيل ملفات الامتداد LuLuCopy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}