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.”。
扩展截图
下载emoji Remote URL扩展crx文件
下载emoji Remote URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
扩展基本信息
名称 | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
官方URL | 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" ] } |