LGTM

You can immediately paste the image of LGTM

Apa itu LGTM?

LGTM adalah ekstensi Chrome yang dikembangkan oleh diorclub8, dan fitur utamanya adalah "You can immediately paste the image of LGTM".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LGTM

Unduh file ekstensi LGTM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
URL Resmi https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Deskripsi You can immediately paste the image of LGTM
Ukuran File 43.38 KB
Jumlah Instalasi 198
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2019-06-17
Tanggal Publikasi 2019-06-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang diorclub8
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}