LGTM

You can immediately paste the image of LGTM

Τι είναι το LGTM;

Το LGTM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον diorclub8, και η κύρια λειτουργία του είναι "You can immediately paste the image of LGTM".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LGTM

Λήψη αρχείων επέκτασης LGTM σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Hi everyone
Every day to find, copy and paste LGTM is over
We created an extension that solves all those problems

That is this "LGTM"! !

Easy to use, click on the icon to find your favorite image, then click on the image.
After that, you can easily send LGTM just by pasting to the place you want to paste.                    

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

Όνομα LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Επίσημο URL https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Περιγραφή You can immediately paste the image of LGTM
Μέγεθος Αρχείου 43.38 KB
Αριθμός Εγκαταστάσεων 198
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2019-06-17
Ημερομηνία Δημοσίευσης 2019-06-13
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής diorclub8
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LGTM",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "You can immediately paste the image of LGTM",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/contents.js"
            ]
        }
    ]
}