Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-emoji-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
Open Webstore by npx
below command will open extension webstore in browser
npx github-emoji-extensionInstall 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
