emoji Remote URL

url is more than words, get the remote URL of emoji.

什麼是emoji Remote URL?

emoji Remote URL是由hustcc開發的Chrome擴展程式,該擴展的主要功能是“url is more than words, get the remote URL of emoji.”。

擴展截圖

screenshot

下載emoji Remote URL擴展crx文件

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

擴展使用說明

                        emoji表情的URL地址。

对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。                    

擴展基本資訊

名稱 emoji Remote URL emoji Remote URL
ID eonokmediijlcicdmpdcnofgeehjjleg
官方網址 https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg
簡介 url is more than words, get the remote URL of emoji.
檔案大小 822 KB
安裝次數 20
目前版本 1.0.1
更新時間 2016-05-17
上架時間 2016-05-17
評分 5.00/5 共 1 次評分
開發者 hustcc
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://atool.vip
支援的語言 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extDesp__",
    "version": "1.0.1",
    "icons": {
        "256": "res\/icon_256.png",
        "128": "res\/icon_128.png",
        "64": "res\/icon_64.png",
        "32": "res\/icon_64.png",
        "16": "res\/icon_64.png"
    },
    "browser_action": {
        "default_icon": "res\/icon_256.png",
        "default_popup": "res\/popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}