LGTM

You can immediately paste the image of LGTM

Co to jest LGTM?

LGTM to rozszerzenie Chrome opracowane przez diorclub8, a jego główną funkcją jest „You can immediately paste the image of LGTM”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LGTM

Pobierz pliki rozszerzeń LGTM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Oficjalny URL https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Opis You can immediately paste the image of LGTM
Rozmiar pliku 43.38 KB
Liczba instalacji 198
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2019-06-17
Data Publikacji 2019-06-13
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper diorclub8
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}