Le Lenny Face
Quickly copy Le Lenny Face and other funny faces and paste them everywhere!
¿Qué es Le Lenny Face?
Le Lenny Face es una extensión de Chrome desarrollada por Gioele Ciaparrone, y su función principal es "Quickly copy Le Lenny Face and other funny faces and paste them everywhere!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Le Lenny Face
Descarga archivos de extensión Le Lenny Face 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
*** Now with a lot more faces suggested by users! *** Guide: click on the face you want and it will be copied to the clipboard, and there you go: you can start spamming! IMPORTANT: BE SURE TO HAVE CHROME UPDATED TO THE LATEST VERSION as older Chrome versions might cause problems. Fixing this problem would have made the extension much heavier, so I preferred not to do it, since this extension was created just for fun. Suggestions and bug reports are always appreciated. If you want to donate, right-click on the extension icon and click "Options". Thank you very much!
Información Básica de la Extensión
Nombre | |
ID | apbjhmeabebkfjlofaofoilpinafalom |
URL Oficial | https://chromewebstore.google.com/detail/le-lenny-face/apbjhmeabebkfjlofaofoilpinafalom |
Descripción | Quickly copy Le Lenny Face and other funny faces and paste them everywhere! |
Tamaño del Archivo | 20.45 KB |
Cantidad de Instalaciones | 12,694 |
Versión Actual | 0.6.7 |
Última Actualización | 2016-02-11 |
Fecha de Publicación | 2016-02-11 |
Calificación | 4.81/5 Total de 244 Calificaciones |
Desarrollador | Gioele Ciaparrone |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Le Lenny Face", "description": "__MSG_extDesc__", "version": "0.6.7", "default_locale": "en", "icons": { "16": "fullopq16.png", "48": "fullopq48.png", "128": "fullopq128.png" }, "background": { "page": "popup.html" }, "browser_action": { "default_icon": { "19": "fullopq19.png", "38": "fullopq38.png" }, "default_popup": "popup.html", "default_title": "Le Lenny Face" }, "permissions": [ "clipboardWrite" ], "options_page": "options\/index.html" } |