Emoji Generator
This is an extension for convenient use of the Emoji Generator
Qu'est-ce que Emoji Generator ?
Emoji Generator est une extension Chrome développée par https://emoji-gen.ninja, et sa fonction principale est "This is an extension for convenient use of the Emoji Generator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emoji Generator
Téléchargez les fichiers d'extension Emoji Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Emoji Generator |
ID | ghbhakkknnmocmiilhneahbkiaegdnmf |
URL Officiel | https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf |
Description | This is an extension for convenient use of the Emoji Generator |
Taille du Fichier | 126 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2022-07-26 |
Date de Publication | 2019-12-23 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | https://emoji-gen.ninja |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |