Le Lenny Face
Quickly copy Le Lenny Face and other funny faces and paste them everywhere!
Le Lenny Face là gì?
Le Lenny Face là một tiện ích mở rộng Chrome được phát triển bởi Gioele Ciaparrone, và tính năng chính của nó là "Quickly copy Le Lenny Face and other funny faces and paste them everywhere!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Le Lenny Face
Tải xuống các tệp mở rộng Le Lenny Face dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*** 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apbjhmeabebkfjlofaofoilpinafalom |
URL Chính Thức | https://chromewebstore.google.com/detail/le-lenny-face/apbjhmeabebkfjlofaofoilpinafalom |
Mô tả | Quickly copy Le Lenny Face and other funny faces and paste them everywhere! |
Kích Thước Tệp | 20.45 KB |
Số Lần Cài Đặt | 12,694 |
Phiên Bản Hiện Tại | 0.6.7 |
Cập Nhật Lần Cuối | 2016-02-11 |
Ngày Phát Hành | 2016-02-11 |
Đánh Giá | 4.81/5 Tổng số 244 Đánh Giá |
Nhà Phát Triển | Gioele Ciaparrone |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |