twitter emoji
Simple inject of twitter emojis in Chrome
什么是twitter emoji?
twitter emoji是由https://maxmalm.se开发的Chrome扩展程序,该扩展的主要功能是“Simple inject of twitter emojis in Chrome”。
扩展截图
下载twitter emoji扩展crx文件
下载twitter emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turns Unicode emojis into image using twitters emoji library 扩展基本信息
| 名称 | |
| ID | cceblpicpdbjfeldpihbngbajlgbecpn |
| 官方URL | https://chromewebstore.google.com/detail/twitter-emoji/cceblpicpdbjfeldpihbngbajlgbecpn |
| 简介 | Simple inject of twitter emojis in Chrome |
| 文件大小 | 14.27 KB |
| 安装次数 | 89 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | https://maxmalm.se |
| 付费类型 | free |
| 扩展官网 | https://github.com/benjick/chrome-twemoji |
| 帮助页面URL | https://github.com/benjick/chrome-twemoji/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "twitter emoji",
"version": "0.1.0",
"manifest_version": 2,
"description": "Simple inject of twitter emojis in Chrome",
"homepage_url": "https:\/\/github.com\/benjick\/chrome-twemoji",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |