Lenny Faces Chrome Extension
A simple chrome extension with lenny faces
什麼是Lenny Faces Chrome Extension?
Lenny Faces Chrome Extension是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A simple chrome extension with lenny faces”。
擴展截圖
下載Lenny Faces Chrome Extension擴展crx文件
下載Lenny Faces Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension which will bring all your lenny friends to your clipboard, click on extension and simply type things like "look, awesome, middle finger"... then click on that and Boom!!, Ctrl + V to use that lenny
擴展基本資訊
名稱 | Lenny Faces Chrome Extension |
ID | ejofklmfaddnolnagbohbdjclcejelbi |
官方網址 | https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi |
簡介 | A simple chrome extension with lenny faces |
檔案大小 | 28.08 KB |
安裝次數 | 427 |
目前版本 | 1.2.0 |
更新時間 | 2016-02-18 |
上架時間 | 2016-02-18 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lenny Faces Chrome Extension", "short_name": "Lenny Faces", "description": "A simple chrome extension with lenny faces", "version": "1.2.0", "minimum_chrome_version": "45", "icons": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "browser_action": { "default_icon": { "128": "src\/assets\/icon_128.png", "256": "src\/assets\/icon_256.png" }, "default_popup": "src\/popup.html" } } |