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란 무엇입니까?

Emojis / Lenny Faces / Unicode / Dingbats은(는) https://www.j-u-l-i-e-n.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!"입니다.

확장 프로그램 스크린샷

screenshot

Emojis / Lenny Faces / Unicode / Dingbats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Emojis / Lenny Faces / Unicode / Dingbats Emojis / Lenny Faces / Unicode / Dingbats
ID memlcjlpikcdaaajdnkjjcckcgkgnddd
공식 URL https://chromewebstore.google.com/detail/emojis-lenny-faces-unicod/memlcjlpikcdaaajdnkjjcckcgkgnddd
설명 Simply copy/paste emojis, unicode, and lenny faces to add to your emails, posts, statuses!
파일 크기 63.89 KB
설치 횟수 565
현재 버전 2
최근 업데이트 2017-04-03
출시 날짜 2017-04-03
평점 4.86/5 총 7 개의 평점
개발자 https://www.j-u-l-i-e-n.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/jarnix/lennyfaces/issues
개인정보 보호 정책 페이지 URL https://github.com/jarnix/lennyfaces/blob/master/confidentiality.txt
지원되는 언어 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"
    ]
}