LGTM

You can immediately paste the image of LGTM

¿Qué es LGTM?

LGTM es una extensión de Chrome desarrollada por diorclub8, y su función principal es "You can immediately paste the image of LGTM".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión LGTM

Descarga archivos de extensión LGTM en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
URL Oficial https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Descripción You can immediately paste the image of LGTM
Tamaño del Archivo 43.38 KB
Cantidad de Instalaciones 198
Versión Actual 0.0.3
Última Actualización 2019-06-17
Fecha de Publicación 2019-06-13
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador diorclub8
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}