Le Lenny Face
Quickly copy Le Lenny Face and other funny faces and paste them everywhere!
Le Lenny Face क्या है?
Le Lenny Face Gioele Ciaparrone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly copy Le Lenny Face and other funny faces and paste them everywhere!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Le Lenny Face एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*** 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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | apbjhmeabebkfjlofaofoilpinafalom |
आधिकारिक URL | 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" } |