Emoji Insert

Insert text Emoji's with the right-click context menu

什麼是Emoji Insert?

Emoji Insert是由zXxQuaDxXz開發的Chrome擴展程式,該擴展的主要功能是“Insert text Emoji's with the right-click context menu”。

擴展截圖

screenshot

下載Emoji Insert擴展crx文件

下載Emoji Insert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is for inserting Kaomoji's (Text Emojis) into your posts. This is for personal use. As-is and no support provided.

Original Code from: https://chrome.google.com/webstore/detail/kaomoji-menu/malffokilgbglamgbaphicpfaolilnhe

Kaomojis from: http://kaomoji.ru and http://japaneseemoticons.me

Update 1.4: 
--> Consolidated Menu                    

擴展基本資訊

名稱 Emoji Insert Emoji Insert
ID fnacehmbogancnfjgmdmeicophoekfma
官方網址 https://chrome.google.com/webstore/detail/emoji-insert/fnacehmbogancnfjgmdmeicophoekfma
簡介 Insert text Emoji's with the right-click context menu
檔案大小 26.78 KB
安裝次數 212
目前版本 1.4
更新時間 2018-11-27
上架時間 2018-11-27
評分 4.25/5 共 4 次評分
開發者 zXxQuaDxXz
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Insert",
    "description": "Insert text Emoji's with the right-click context menu",
    "version": "1.4",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "EmojiContextMenu.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}