Le Lenny Face

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

Le Lenny Face란 무엇입니까?

Le Lenny Face은(는) Gioele Ciaparrone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly copy Le Lenny Face and other funny faces and paste them everywhere!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Le Lenny Face 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Le Lenny Face Le Lenny Face
ID apbjhmeabebkfjlofaofoilpinafalom
공식 URL https://chromewebstore.google.com/detail/le-lenny-face/apbjhmeabebkfjlofaofoilpinafalom
설명 Quickly copy Le Lenny Face and other funny faces and paste them everywhere!
파일 크기 20.45 KB
설치 횟수 12,694
현재 버전 0.6.7
최근 업데이트 2016-02-11
출시 날짜 2016-02-11
평점 4.81/5 총 244 개의 평점
개발자 Gioele Ciaparrone
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}