github-emoji-extension
github-emoji-extension copied to clipboard
Github Emoji Chrome Extension 👍👎😁🎉😕❤🚀👀
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
Made with TypeScript Support!
- 🛠️ Devtools supported
Using Webpack
⏳ Installation
Install from Chrome Web Store
Manual/Development
- Check if your Node.js version is >= 16.
- Clone this repository.
- Run
npm installto install the dependencies. - Start the server by
yarn startornpm run start - Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
Shortcut key
Macbook: Cmd + ' or ctrl + '
Window: ctrl + '
Would you like to support me?
Consider supporting with a ⭐️ Star on GitHub
Contribution Guide
- Follow Manual/Development steps
- Install Extensions Reloader extension
- As the main code lives in
src/pages/Contentso whenever we change in this directory, we have to press Extensions Reloader - After pressing Extensions Reloader, we have to reload GitHub page for reflecting changes
- Make changes and make PR 🚀
Meta
Created by Github@NumanDev1
