Emoji Copy Paste

Click on any emoji to Copy it instantly. Now Paste it anywhere.

Emoji Copy Paste란 무엇입니까?

Emoji Copy Paste은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on any emoji to Copy it instantly. Now Paste it anywhere."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Emoji Copy Paste 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click on any emoji - and it would be copied to your clipboard automatically. You can now paste it anywhere using the usual keyboard command CTRL + V, or the "Paste" option present in the context menu (right click menu).

Some emojis mayn't be supported on your device or platform. The exact appearance of emojis would depend upon operating system, Chrome version and the websites where you use them. 

Extension by BrowserNative.                    

확장 프로그램 기본 정보

이름 Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
공식 URL https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
설명 Click on any emoji to Copy it instantly. Now Paste it anywhere.
파일 크기 32.59 KB
설치 횟수 12,509
현재 버전 0.6
최근 업데이트 2016-12-17
출시 날짜 2016-12-17
평점 4.27/5 총 15 개의 평점
개발자 BrowserNative
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/chrome-emoji/
도움말 페이지 URL https://browsernative.com/chrome-emoji/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Copy Paste",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.",
    "icons": {
        "128": "static\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Emoji",
        "default_popup": "main.html"
    },
    "homepage_url": "https:\/\/browsernative.com\/chrome-emoji\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}