Neutral Face Emoji Tools
Tools that make life as a Slack emoji addict a little easier.
Was ist Neutral Face Emoji Tools?
Neutral Face Emoji Tools ist eine Chrome-Erweiterung, die von Timothy Kempf entwickelt wurde, und ihr Hauptmerkmal ist "Tools that make life as a Slack emoji addict a little easier.".
Erweiterungsscreenshots
Neutral Face Emoji Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Neutral Face Emoji Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Neutral Face Emoji Tools |
ID | anchoacphlfbdomdlomnbbfhcmcdmjej |
Offizielle URL | https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej |
Beschreibung | Tools that make life as a Slack emoji addict a little easier. |
Dateigröße | 134 KB |
Installationsanzahl | 24,957 |
Aktuelle Version | 3.3.0 |
Letztes Update | 2022-08-08 |
Veröffentlichungsdatum | 2019-03-12 |
Bewertung | 4.54/5 Insgesamt 80 Bewertungen |
Entwickler | Timothy Kempf |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Hilfeseite URL | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Unterstützte Sprachen | 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" ] } |