https://github.com/flanker/ahead-cal-chrome-extension
Ahead Cal - Chrome Extension
https://github.com/flanker/ahead-cal-chrome-extension
calendar chrome-extension plasmo
Last synced: 3 months ago
JSON representation
Ahead Cal - Chrome Extension
- Host: GitHub
- URL: https://github.com/flanker/ahead-cal-chrome-extension
- Owner: flanker
- Created: 2024-12-28T01:04:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-05T05:47:08.000Z (9 months ago)
- Last Synced: 2025-02-24T13:48:25.046Z (8 months ago)
- Topics: calendar, chrome-extension, plasmo
- Language: TypeScript
- Homepage: https://aheadcal.com/
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AheadCal - Your Forward-Looking Calendar
Ever missed planning something because you couldn't easily see next month's dates? AheadCal solves this common frustration by showing you both current and next month at a glance.
## Key Features
* Dual-Month View: See current and next month together
* One-Click Access: Quick and easy to use
* Clean Design: No clutter, just dates you need## Perfect For
* Planning meetings and events across months
* Setting deadlines and milestones
* Quick date checking without switching views
* Anyone who likes to plan aheadSimple, efficient, and always ready when you need it. Install AheadCal today and make your planning easier!
## Development
This is a [Plasmo extension](https://docs.plasmo.com/) project.
### Getting Started
First, run the development server:
```bash
pnpm dev
# or
npm run dev
```### Making production build
Run the following:
```bash
pnpm build
# or
npm run build
```This should create a production bundle for your extension, ready to be zipped and published to the stores.
### Submit to the webstores
The easiest way to deploy your Plasmo extension is to use the built-in [bpp](https://bpp.browser.market) GitHub action. Prior to using this action however, make sure to build your extension and upload the first version to the store to establish the basic credentials. Then, simply follow [this setup instruction](https://docs.plasmo.com/framework/workflows/submit) and you should be on your way for automated submission!