Emoji Generator
This is an extension for convenient use of the Emoji Generator
Wat is Emoji Generator?
Emoji Generator is een Chrome-extensie ontwikkeld door https://emoji-gen.ninja, en de belangrijkste functie is "This is an extension for convenient use of the Emoji Generator".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoji Generator
Download Emoji Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Emoji Generator |
ID | ghbhakkknnmocmiilhneahbkiaegdnmf |
Officiële URL | https://chromewebstore.google.com/detail/emoji-generator/ghbhakkknnmocmiilhneahbkiaegdnmf |
Beschrijving | This is an extension for convenient use of the Emoji Generator |
Bestandsgrootte | 126 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2022-07-26 |
Publicatiedatum | 2019-12-23 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://emoji-gen.ninja |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |