Emoji Copy Paste

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

Emoji Copy Paste là gì?

Emoji Copy Paste là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Click on any emoji to Copy it instantly. Now Paste it anywhere.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emoji Copy Paste

Tải xuống các tệp mở rộng Emoji Copy Paste dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emoji Copy Paste Emoji Copy Paste
ID kakenlcjjabkimffanalanbhoejkbdmf
URL Chính Thức https://chromewebstore.google.com/detail/emoji-copy-paste/kakenlcjjabkimffanalanbhoejkbdmf
Mô tả Click on any emoji to Copy it instantly. Now Paste it anywhere.
Kích Thước Tệp 32.59 KB
Số Lần Cài Đặt 12,509
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2016-12-17
Ngày Phát Hành 2016-12-17
Đánh Giá 4.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/chrome-emoji/
URL Trang Trợ Giúp https://browsernative.com/chrome-emoji/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}