Automatically open a specific URL at a scheduled time in your browser
- Open a specific URL at a scheduled time
- Frequency by every xx minutes/hours/days, daily, weekday and One-time
- Open in Background option
- You can change Enbaled/Disabled per schedules
- You can change Color schemes (Dark Themes/Light Themes)


- Go to chrome webstore and install it.
-
Press
Add Schedule
button. -
Enter URL you want to Open periodically.
-
Specify time frequency and specific time.
-
If you want to delete schedule, press
Delete
button.
You can change theme from sidebar settings

Light | Nord | Valentine | Retro | Lofi | Cupcake |
---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Dark | Dracula | Dim | Synthwave | Sunset | Coffee |
---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
$ npm install
# or
$ yarn install
$ npm run dev
# or
$ yarn run dev
then Load build/chrome-mv3-dev
directory on Extension manage page by enabling developer mode.
$ npm run build
# or
$ yarn run build
It will outputs production build to build/chrome-mv3-prod
directory.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
MIT