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 |
官方URL | 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" } } |