Emoji Generator
This is an extension for convenient use of the Emoji Generator
Emoji Generatorとは何ですか?
Emoji Generatorはhttps://emoji-gen.ninjaによって開発されたChromeの拡張機能で、その主な機能は「This is an extension for convenient use of the Emoji Generator」です。
拡張機能のスクリーンショット
Emoji Generator拡張機能のCRXファイルをダウンロード
Emoji Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Emoji Generator is a tool to easily generate reaction emoticons and emojis for chats such as Slack. With this extension, you can easily register generate emojis directly with your Slack team. Let's use emojis to achieve smooth communication!! --- Emoji Generator browser extension is developed with open source. The source code can be freely used or modified according to the MIT License. https://github.com/emoji-gen/browser-extension Copyright (C) 2017-2022 Emoji Generator
拡張機能の基本情報
名前 | Emoji Generator |
ID | ghbhakkknnmocmiilhneahbkiaegdnmf |
公式URL | https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf |
説明 | This is an extension for convenient use of the Emoji Generator |
ファイルサイズ | 126 KB |
インストール数 | 20,000 |
現在のバージョン | 1.1.4 |
最終更新日 | 2022-07-26 |
公開日 | 2019-12-23 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | https://emoji-gen.ninja |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "homepage_url": "https:\/\/emoji-gen.ninja", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.1.4", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/emoji-gen.ninja\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": false } ], "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "host_permissions": [ "https:\/\/emoji-gen.ninja\/*", "https:\/\/*.slack.com\/*" ] } |