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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emoji Keyboard และคุณลักษณะหลักของมันคือ "Embrace emoji diversity! Utilize copy-paste for emojis. Explore novel collections: Smileys, Activities, Sports, Symbols, and beyond."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Keyboard Copy & Paste for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Emoji Keyboard Copy & Paste for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
            ]
        }
    ]
}