Emoji Copy Paste

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

Emoji Copy Pasteคืออะไร?

Emoji Copy Paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Click on any emoji to Copy it instantly. Now Paste it anywhere."

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

screenshot
screenshot
screenshot

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

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

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

                        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"
        ]
    }
}