中文 | English
A browser extension that allows users to add custom notes for holders on the odin.fun platform, making it easier to identify and remember holders. Currently implemented features include:
- Custom user remarks
- Import/Export remarks data
Clone or download this repository to your local machine
# Either use the plugin/prod folder directly or run the following commands to build
npm install
npm run buildLoad the extension in your browser:
- Chrome/Edge: Open
chrome://extensions/, enable "Developer mode", click "Load unpacked", and select thebuild/chrome-mv3-devfolder - Firefox: Open
about:debugging, click "This Firefox", click "Load Temporary Add-on", and select the manifest.json file in thebuild/firefox-mv2-devfolder
- All note data is stored only in your local browser
- The extension does not send any data to external servers
- The extension only runs on the odin.fun domain
This extension does not collect any user data. All note data is saved in the user's local browser and is not uploaded to any server.
The purpose of developing this extension is solely to improve user experience. Users should assess the risks themselves before using it and are responsible for their own actions.
Pull Requests or Issues are welcome to help improve this extension.
- Fork this repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details
If you have any questions or suggestions, please contact us through:
- Submit an Issue on GitHub
- X (Twitter): @astrabot_ai | @kunsect7

