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文件

下載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
官方網址 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"
        ]
    }
}