Lenny Faces Chrome Extension
A simple chrome extension with lenny faces
Wat is Lenny Faces Chrome Extension?
Lenny Faces Chrome Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A simple chrome extension with lenny faces".
Extensie Screenshots
Download het CRX-bestand van de extensie Lenny Faces Chrome Extension
Download Lenny Faces Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Lenny Faces Chrome Extension |
ID | ejofklmfaddnolnagbohbdjclcejelbi |
Officiële URL | https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi |
Beschrijving | A simple chrome extension with lenny faces |
Bestandsgrootte | 28.08 KB |
Aantal Installaties | 427 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2016-02-18 |
Publicatiedatum | 2016-02-18 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |