/timed-url-opener

Automatically open a specific URL at a scheduled time in your browser

Primary LanguageTypeScriptMIT LicenseMIT

Timed URL Opener

Automatically open a specific URL at a scheduled time in your browser

screencast

Features

  • 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)

Screenshot

image image

Installation

  1. Go to chrome webstore and install it.

Usage

  1. Press Add Schedule button.

    image
  2. Enter URL you want to Open periodically.

    image
  3. Specify time frequency and specific time.

    image
  4. If you want to delete schedule, press Delete button.

    image

Theme

You can change theme from sidebar settings

image
Light Nord Valentine Retro Lofi Cupcake
Dark Dracula Dim Synthwave Sunset Coffee

Development

$ 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.

production build

$ npm run build
# or
$ yarn run build

It will outputs production build to build/chrome-mv3-prod directory.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

LICENSE

MIT