Neutral Face Emoji Tools
Tools that make life as a Slack emoji addict a little easier.
Wat is Neutral Face Emoji Tools?
Neutral Face Emoji Tools is een Chrome-extensie ontwikkeld door Timothy Kempf, en de belangrijkste functie is "Tools that make life as a Slack emoji addict a little easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Neutral Face Emoji Tools
Download Neutral Face Emoji Tools-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
Ever wanted to upload 100 emoji to slack in one fell swoop? Now you can. 1. Install this extension 2. Go to your Slack's /customize/emoji page 3. Drag and drop your emoji image files into the new "Bulk Emoji Uploader". Make sure that the image files are named what you want the emoji name to be ("ditto.gif" will become ":ditto:"). 4. You've now got a whole lotta emoji!
Basisinformatie over de Extensie
Naam | Neutral Face Emoji Tools |
ID | anchoacphlfbdomdlomnbbfhcmcdmjej |
Officiële URL | https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej |
Beschrijving | Tools that make life as a Slack emoji addict a little easier. |
Bestandsgrootte | 134 KB |
Aantal Installaties | 24,957 |
Huidige Versie | 3.3.0 |
Laatst Bijgewerkt | 2022-08-08 |
Publicatiedatum | 2019-03-12 |
Beoordeling | 4.54/5 Totaal 80 Beoordelingen |
Ontwikkelaar | Timothy Kempf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Help Pagina-URL | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Neutral Face Emoji Tools", "short_name": "Emoji Tools", "description": "Tools that make life as a Slack emoji addict a little easier.", "version": "3.3.0", "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.slack.com\/*\/emoji*" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon_128.png" }, "manifest_version": 2, "web_accessible_resources": [ "content.js", "images\/icon_128.png" ] } |