Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minodisk/uemoji
Chrome extension to register Slack users' profile icons as custom emojis
https://github.com/minodisk/uemoji
chrome-extension slack slackemoji
Last synced: 20 days ago
JSON representation
Chrome extension to register Slack users' profile icons as custom emojis
- Host: GitHub
- URL: https://github.com/minodisk/uemoji
- Owner: minodisk
- License: apache-2.0
- Created: 2024-04-21T03:57:16.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T07:14:58.000Z (about 2 months ago)
- Last Synced: 2024-10-03T08:13:55.406Z (about 1 month ago)
- Topics: chrome-extension, slack, slackemoji
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/uemoji/lieegmgmdcebkgdhfbejjcppcelhpile
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Uemoji
Registers the profile images of all users in Slack team as custom emojis.
The setup is completed in the following 3 steps:
1. Add Uemoji to Chrome.
2. Click the Uemoji icon.
3. Select the Slack team.Features:
- No special authentication is required, but you must be logged into Slack in Chrome.
- Automatically process once a day.
- Add a custom emoji with a user name and register the display name of the user profile as aliases for that emoji. The display name is split with '/' or '|' and registered as multiple aliases.## Installation
### Chrome Web Store (recommended)
1. Open [chrome web store](https://chrome.google.com/webstore/detail/uemoji/) in Chrome.
1. Click `Add to Chrome`.### Developer mode (early access)
1. Download `uemoji.zip` from [latest release](https://github.com/minodisk/uemoji/releases/latest).
1. Unzip `uemoji.zip`.
1. Open [chrome://extensions/](chrome://extensions/) in Chrome.
1. Turn on `Developer mode`.
1. Click `Load unpacked` and select unzipped directory.