https://github.com/flanker/framely
Framely: Stylish Browser Frames
https://github.com/flanker/framely
browser-extension chrome-extension screenshot
Last synced: 9 months ago
JSON representation
Framely: Stylish Browser Frames
- Host: GitHub
- URL: https://github.com/flanker/framely
- Owner: flanker
- Created: 2025-03-26T11:40:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-26T11:48:29.000Z (10 months ago)
- Last Synced: 2025-03-26T12:34:02.731Z (10 months ago)
- Topics: browser-extension, chrome-extension, screenshot
- Language: TypeScript
- Homepage: https://framelyapp.com/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framely
A browser extension built with [Plasmo](https://docs.plasmo.com/), providing enhanced functionality for your browsing experience.
## Installation
```bash
pnpm install
# or
npm install
```
## Development
Start the development server:
```bash
pnpm dev
# or
npm run dev
```
### Loading the Extension
1. Open your browser's extension management page:
- Chrome: `chrome://extensions/`
- Firefox: `about:debugging#/runtime/this-firefox`
- Edge: `edge://extensions/`
2. Enable "Developer mode"
3. Load the unpacked extension from the `build` directory:
- For Chrome/Edge (MV3): `build/chrome-mv3-dev`
- For Firefox: `build/firefox-mv2-dev`
## Building for Production
Create a production build:
```bash
pnpm build
# or
npm run build
```
The production bundle will be generated in the `build` directory, ready for distribution.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Resources
- [Plasmo Documentation](https://docs.plasmo.com/)