Le Lenny Face

Quickly copy Le Lenny Face and other funny faces and paste them everywhere!

Qu'est-ce que Le Lenny Face ?

Le Lenny Face est une extension Chrome développée par Gioele Ciaparrone, et sa fonction principale est "Quickly copy Le Lenny Face and other funny faces and paste them everywhere!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Le Lenny Face

Téléchargez les fichiers d'extension Le Lenny Face au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        *** 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!                    

Informations de Base sur l'Extension

Nom Le Lenny Face Le Lenny Face
ID apbjhmeabebkfjlofaofoilpinafalom
URL Officiel https://chromewebstore.google.com/detail/le-lenny-face/apbjhmeabebkfjlofaofoilpinafalom
Description Quickly copy Le Lenny Face and other funny faces and paste them everywhere!
Taille du Fichier 20.45 KB
Nombre d'Installations 12,694
Version Actuelle 0.6.7
Dernière Mise à Jour 2016-02-11
Date de Publication 2016-02-11
Évaluation 4.81/5 Total 244 Évaluations
Développeur Gioele Ciaparrone
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}