Random Emoji Generator
Generate Random number of Emojis to annoy your friends XD
什么是Random Emoji Generator?
Random Emoji Generator是由OrionTech开发的Chrome扩展程序,该扩展的主要功能是“Generate Random number of Emojis to annoy your friends XD”。
扩展截图
下载Random Emoji Generator扩展crx文件
下载Random Emoji Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install this to generate thousands of emojis in just a second! Usage: - Clicking on Generate generates X number of random emojis. - Copy selects the emojis and copies to the clipboard. - Clear resets the input value to a number. Have Fun! :-D
扩展基本信息
名称 | Random Emoji Generator |
ID | ejeamoghipiaiakgpahfonkgejimghcg |
官方URL | https://chromewebstore.google.com/detail/random-emoji-generator/ejeamoghipiaiakgpahfonkgejimghcg |
简介 | Generate Random number of Emojis to annoy your friends XD |
文件大小 | 143 KB |
安装次数 | 342 |
当前版本 | 0.0.1 |
更新时间 | 2020-06-17 |
上架时间 | 2020-06-17 |
评分 | 5.00/5 共1次评分 |
开发者 | OrionTech |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/LycurgusOrion/RandomEmojiGenerator |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Emoji Generator", "version": "0.0.1", "manifest_version": 2, "description": "Generate Random number of Emojis to annoy your friends XD", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "REG", "default_popup": "popup.html" } } |