Lenny Faces Chrome Extension
A simple chrome extension with lenny faces
What is Lenny Faces Chrome Extension?
Lenny Faces Chrome Extension is a Chrome extension developed by Unknown, and its main feature is "A simple chrome extension with lenny faces".
Extension Screenshots
Download Lenny Faces Chrome Extension Extension CRX File
Download Lenny Faces Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Lenny Faces Chrome Extension |
ID | ejofklmfaddnolnagbohbdjclcejelbi |
Official URL | https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi |
Description | A simple chrome extension with lenny faces |
File Size | 28.08 KB |
Installation Count | 427 |
Current Version | 1.2.0 |
Last Updated | 2016-02-18 |
Publish Date | 2016-02-18 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |