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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |