Emoji Keyboard Copy & Paste for Chrome

Embrace emoji diversity! Utilize copy-paste for emojis. Explore novel collections: Smileys, Activities, Sports, Symbols, and beyond.

Emoji Keyboard Copy & Paste for Chrome란 무엇입니까?

Emoji Keyboard Copy & Paste for Chrome은(는) Emoji Keyboard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Embrace emoji diversity! Utilize copy-paste for emojis. Explore novel collections: Smileys, Activities, Sports, Symbols, and beyond."입니다.

확장 프로그램 스크린샷

screenshot

Emoji Keyboard Copy & Paste for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Elevate Your Chrome Browsing with an Emoji Keyboard.
Access Comprehensive Emojis in a Single Extension.
Effortlessly Apply: Copy and Paste into Any Input Field.

Emojis Copy & Paste for Chrome: Universal Compatibility.
Infuse Your Communication with Vibrant Emotions.

Simple Steps:
1. Install the Extension
2. Discover Your Preferred Emojis
3. Copy-Paste into Any Input Field
4. Experience the Joy

Spread Positivity: Leave Positive Feedback and Share with Friends!                    

확장 프로그램 기본 정보

이름 Emoji Keyboard Copy & Paste for Chrome Emoji Keyboard Copy & Paste for Chrome
ID hjfjkioheffddeeeddgmpmbonkgibjia
공식 URL https://chromewebstore.google.com/detail/emoji-keyboard-copy-paste/hjfjkioheffddeeeddgmpmbonkgibjia
설명 Embrace emoji diversity! Utilize copy-paste for emojis. Explore novel collections: Smileys, Activities, Sports, Symbols, and beyond.
파일 크기 1.47 MB
설치 횟수 156,941
현재 버전 1.0.1
최근 업데이트 2023-09-29
출시 날짜 2023-08-21
평점 4.46/5 총 35 개의 평점
개발자 Emoji Keyboard
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1iBEgT9tGBwbqxs_xqKMV2tOwR2dUQ6evpaWrRU1uv7g/edit
지원되는 언어 id,ms,de,en,en-GB,en-US,fr,sw,tr,es,it,lv,lt,pl,pt-BR,pt-PT,sl,sv,cs,el,bg,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icons\/icon.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "networks_rules",
                "enabled": true,
                "path": "networks_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icons\/icon.png",
                "js\/copypaste.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}