Neutral Face Emoji Tools
Tools that make life as a Slack emoji addict a little easier.
What is Neutral Face Emoji Tools?
Neutral Face Emoji Tools is a Chrome extension developed by Timothy Kempf, and its main feature is "Tools that make life as a Slack emoji addict a little easier.".
Extension Screenshots
Download Neutral Face Emoji Tools Extension CRX File
Download Neutral Face Emoji Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Neutral Face Emoji Tools |
ID | anchoacphlfbdomdlomnbbfhcmcdmjej |
Official URL | https://chromewebstore.google.com/detail/neutral-face-emoji-tools/anchoacphlfbdomdlomnbbfhcmcdmjej |
Description | Tools that make life as a Slack emoji addict a little easier. |
File Size | 134 KB |
Installation Count | 24,957 |
Current Version | 3.3.0 |
Last Updated | 2022-08-08 |
Publish Date | 2019-03-12 |
Rating | 4.54/5 Total 80 Ratings |
Developer | Timothy Kempf |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Help Page URL | https://github.com/Fauntleroy/neutral-face-emoji-tools |
Supported Languages | 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" ] } |