Emoji copy and paste

Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.

Emoji copy and paste란 무엇입니까?

Emoji copy and paste은(는) Simple is Beautiful에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more."입니다.

확장 프로그램 스크린샷

screenshot

Emoji copy and paste 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        2018 must-have emoji extension!

Copy and paste emoji everywhere! Search emoji by name or by recently used. Emojis are automatically copied to the clipboard. Keyboard shortcuts are also available for copy and paste. This is the fastest way to use your favourites emoji to comments and posts.

Last but not least, all this emoji are Unicode, that means that they are not only compatible in your local PC, they will be visible to everyone regardless of whether they have this extension installed or not.

Never miss a smiley again! Install Emoji Helper! Copy and paste emoji!                    

확장 프로그램 기본 정보

이름 Emoji copy and paste Emoji copy and paste
ID jigpnmkhillllgkkjndpmepocpglgdgh
공식 URL https://chromewebstore.google.com/detail/emoji-copy-and-paste/jigpnmkhillllgkkjndpmepocpglgdgh
설명 Missing your mobile phone emojis? Insert your favourite emoji to popular sites like Facebook, Twitter, YouTube and more.
파일 크기 1.35 MB
설치 횟수 5,197
현재 버전 3.1.0
최근 업데이트 2018-08-23
출시 날짜 2018-08-22
평점 3.82/5 총 11 개의 평점
개발자 Simple is Beautiful
결제 유형 free
지원되는 언어 id,ms,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,fa,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "EmojiCopyPaste",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "3.1.0",
    "icons": {
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "author": "Emoji",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon\/icon-48.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}