LGTM

You can immediately paste the image of LGTM

LGTM क्या है?

LGTM diorclub8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can immediately paste the image of LGTM"।

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

screenshot
screenshot

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

crx प्रारूप में LGTM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}