Emojis / Lenny Faces / Unicode / Dingbats

Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!

Emojis / Lenny Faces / Unicode / Dingbats là gì?

Emojis / Lenny Faces / Unicode / Dingbats là một tiện ích mở rộng Chrome được phát triển bởi https://www.j-u-l-i-e-n.com, và tính năng chính của nó là "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emojis / Lenny Faces / Unicode / Dingbats

Tải xuống các tệp mở rộng Emojis / Lenny Faces / Unicode / Dingbats 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

                        This extension allows you to copy and paste :

- emojis 😈🐸
- lenny faces ( ͡° ͜ʖ ͡°)
- unicode ʢ◉ᴥ◉ʡ

to your chats, emails, statuses (facebook), tweets, calendar events, git commit messages, online postcards, your comments on reddit, 4chan, etc...

Updates:
- added ~1000 emojis
- added a search functionality for emojis
- removed useless permissions                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emojis / Lenny Faces / Unicode / Dingbats Emojis / Lenny Faces / Unicode / Dingbats
ID memlcjlpikcdaaajdnkjjcckcgkgnddd
URL Chính Thức https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd
Mô tả Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
Kích Thước Tệp 63.89 KB
Số Lần Cài Đặt 565
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2017-04-03
Ngày Phát Hành 2017-04-03
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.j-u-l-i-e-n.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/jarnix/lennyfaces/issues
URL Trang Chính Sách Bảo Mật https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emojis \/ Lenny Faces \/ Unicode \/ Dingbats",
    "description": "Simply copy\/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!",
    "version": "2",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "emojis and lenny faces, please!"
    },
    "permissions": [
        "clipboardWrite"
    ]
}