https://github.com/scott-the-programmer/teams-emoji-upload-extension
Bulk upload emojis to MS teams!
https://github.com/scott-the-programmer/teams-emoji-upload-extension
chrome-extension microsoft-teams teams
Last synced: 22 days ago
JSON representation
Bulk upload emojis to MS teams!
- Host: GitHub
- URL: https://github.com/scott-the-programmer/teams-emoji-upload-extension
- Owner: scott-the-programmer
- License: mit
- Created: 2025-02-23T06:37:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T05:55:47.000Z (4 months ago)
- Last Synced: 2026-02-20T09:30:52.508Z (4 months ago)
- Topics: chrome-extension, microsoft-teams, teams
- Language: TypeScript
- Homepage:
- Size: 540 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎨 Teams Emoji Upload Extension
> Effortlessly bulk upload custom emojis to your Microsoft Teams organization with just a few clicks!

## ✨ Features
- Bulk upload multiple emoji files simultaneously
- Works via Teams in the browser
## 📋 Prerequisites
- Active Microsoft Teams tab in Chrome
## 🚀 Installation
### From Chrome Web Store
Download [Teams Emoji Uploader](https://chromewebstore.google.com/detail/teams-emoji-uploader/mlajagdepghhbclefnmcdnjfhfdmoofo) from the Chrome Web Store
### From Source
1. Clone this repository
2. Install dependencies and build:
```console
npm install
npm run build
npm test
```
3. Open Chrome and navigate to `chrome://extensions`
4. Enable "Developer Mode" in the top right
5. Click "Load Unpacked" and select this repository folder

> 💡 **Tip**: After making changes, rebuild the project and refresh the extension in Chrome
## 🛠️ Development
### Formatting Code
```console
npm run format
```
### Running Tests
```console
npm test
```
## 🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## 📄 License
[MIT License](LICENSE)