MG Text Emojis

Copy paste emojis as unicode symbols fuss-free for PC.

什麼是MG Text Emojis?

MG Text Emojis是由Max Grass開發的Chrome擴展程式,該擴展的主要功能是“Copy paste emojis as unicode symbols fuss-free for PC.”。

擴展截圖

screenshot
screenshot

下載MG Text Emojis擴展crx文件

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

擴展使用說明

                        SELECT AND PASTE. Easy as that.

Emoji(s) is copied into the clipboard when you select one!


One Emoji at a time, for now.

NEW! new Emojis (Unicode 9) added. ENJOY!

This was tested under Windows 10.

IMPORTANT (old chrome versions):
1. COLORED EMOJI supported from version 53!
2. Skin-Colored Emojis consist of TWO Symbols (the second is a rectangle), just copy BOTH and paste where needed. Read the titles of sections for actual color.
3. For "extra" unicode7 emojis install a font if you see rectangles:
http://users.teilar.gr/~g1951d/Symbola.zip

Support [email protected]

Have fun 👊                    

擴展基本資訊

名稱 MG Text Emojis MG Text Emojis
ID ekhkiabhnencdhkccablmhknpikgceoe
官方網址 https://chrome.google.com/webstore/detail/mg-text-emojis/ekhkiabhnencdhkccablmhknpikgceoe
簡介 Copy paste emojis as unicode symbols fuss-free for PC.
檔案大小 136 KB
安裝次數 543
目前版本 2.0.0
更新時間 2017-03-10
上架時間 2017-03-10
評分 4.25/5 共 12 次評分
開發者 Max Grass
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MG Text Emojis",
    "short_name": "MGEmojis",
    "version": "2.0.0",
    "author": "Max Grass (http:\/\/maxgrass.eu)",
    "description": "Copy paste emojis as unicode symbols fuss-free for PC.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}