Random Emoji Generator
Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.
什么是Random Emoji Generator?
Random Emoji Generator是由FDisk开发的Chrome扩展程序,该扩展的主要功能是“Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.”。
扩展截图
下载Random Emoji Generator扩展crx文件
下载Random Emoji Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inspired by the Ship It Button extension, this extension for GitHub. It provides a button for a random Emoji icon to comments.
Added all possible emoji. 扩展基本信息
| 名称 | |
| ID | mminpoiopdfnnlljeldoammdgkkidimf |
| 官方URL | https://chromewebstore.google.com/detail/random-emoji-generator/mminpoiopdfnnlljeldoammdgkkidimf |
| 简介 | Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon. |
| 文件大小 | 62.78 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2016-10-29 |
| 上架时间 | 2016-10-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | FDisk |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Emoji Generator",
"version": "1.0.2",
"manifest_version": 2,
"homepage_url": "https:\/\/github.com\/FDiskas\/randomEmojiGenerator",
"author": "FDisk",
"description": "Inspired by the Ship It Button extension. On Github page adds a button for a random Emoji icon.",
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*",
"*:\/\/gist.github.com\/*"
],
"js": [
"build.js"
],
"css": [
"css\/styles.css"
]
}
],
"icons": {
"16": "images\/normal\/16x16.png",
"48": "images\/normal\/48x48.png",
"128": "images\/normal\/128x128.png"
},
"web_accessible_resources": [
"images\/normal\/*.png",
"images\/xmas\/*.png"
]
} | |