emoji Remote URL

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

What is emoji Remote URL?

emoji Remote URL is a Chrome extension developed by hustcc, and its main feature is "url is more than words, get the remote URL of emoji.".

Extension Screenshots

screenshot

Download emoji Remote URL Extension CRX File

Download emoji Remote URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        emoji表情的URL地址。

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

Extension Basic Information

Name emoji Remote URL emoji Remote URL
ID eonokmediijlcicdmpdcnofgeehjjleg
Official URL https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg
Description url is more than words, get the remote URL of emoji.
File Size 822 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2016-05-17
Publish Date 2016-05-17
Rating 5.00/5 Total 1 Ratings
Developer hustcc
Email [email protected]
Payment Type free
Privacy Policy Page URL https://atool.vip
Supported Languages 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"
    ]
}