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文件

下載Le Lenny Face擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *** 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
官方網址 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"
}