Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numandev1/github-emoji-extension
Github Emoji Chrome Extension 👍👎😁🎉😕❤🚀👀
https://github.com/numandev1/github-emoji-extension
browser-extension chrome emoji emojis extension extension-chrome github google-chrome-extension javascript react reactjs webstore
Last synced: 3 months ago
JSON representation
Github Emoji Chrome Extension 👍👎😁🎉😕❤🚀👀
- Host: GitHub
- URL: https://github.com/numandev1/github-emoji-extension
- Owner: numandev1
- License: mit
- Created: 2023-08-05T21:30:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T11:17:43.000Z (over 1 year ago)
- Last Synced: 2024-10-24T21:29:09.805Z (3 months ago)
- Topics: browser-extension, chrome, emoji, emojis, extension, extension-chrome, github, google-chrome-extension, javascript, react, reactjs, webstore
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/ecldoejhjmekemajgjjalfgkhgmfjgcl
- Size: 2.3 MB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Chrome Web Store](https://img.shields.io/static/v1?style=for-the-badge&message=Chrome+Web+Store&color=4285F4&logo=Google+Chrome&logoColor=FFFFFF&label=)](https://chrome.google.com/webstore/detail/ecldoejhjmekemajgjjalfgkhgmfjgcl)
[![GitHub Repo stars](https://img.shields.io/github/stars/numandev1/github-emoji-extension?style=for-the-badge&logo=github)](https://github.com/numandev1/github-emoji-extension/stargazers)
![npm](https://img.shields.io/static/v1?style=for-the-badge&message=TypeScript&color=3178C6&logo=TypeScript&logoColor=FFFFFF&label=)Chrome extension for writing emojis in Github Issues/PR.
By this extension we can see emoji button on Githun Markdown editor where we can write emoji easily by this extension.
## Made with
- Made with **[React 18](https://reactjs.org)**
- Made with [TypeScript](https://www.typescriptlang.org/) Support!
- 🛠️ [Devtools](https://developer.chrome.com/docs/extensions/mv3/devtools/) supported
- Using **[Webpack](https://webpack.js.org/)**## ⏳ Installation
##### Install from Chrome Web Store
[![Chrome Web Store](https://img.shields.io/static/v1?style=for-the-badge&message=Install+From+Chrome+Web+Store&color=4285F4&logo=Google+Chrome&logoColor=FFFFFF&label=)](https://chrome.google.com/webstore/detail/ecldoejhjmekemajgjjalfgkhgmfjgcl)
#### Manual/Development
1. Check if your [Node.js](https://nodejs.org/) version is >= **16**.
2. Clone this repository.
3. Run `npm install` to install the dependencies.
4. Start the server by `yarn start` or `npm run start`
5. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `build` folder.## Shortcut key
Macbook: `Cmd + '` or `ctrl + '`
Window: `ctrl + '`
### Would you like to support me?
#### Consider supporting with a ⭐️ [Star on GitHub](https://github.com/numandev1/github-emojis-extension/stargazers)
## Contribution Guide
1. Follow [Manual/Development](#manualdevelopment) steps
2. Install [Extensions Reloader](https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid) extension
3. As the main code lives in `src/pages/Content` so whenever we change in this directory, we have to press [Extensions Reloader](https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid)
4. After pressing [Extensions Reloader](https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid), we have to reload GitHub page for reflecting changes
5. Make changes and make PR 🚀## Meta
Created by [Github@NumanDev1](https://github.com/numandev1?tab=followers)