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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
        ]
    }
}