tametsi / sentio-video-bookmarker

Sentio is a Firefox-Addon that lets you create Video-Bookmarks ๐Ÿ“บ. Bookmark a video and Sentio will save ๐Ÿ’พ, to which point ๐Ÿ•” you have watched the video. This means, you can start watching your video where you stopped last time โ–ถ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentio - Video-Bookmarker

Sentio is a Firefox-Addon that lets you create Video-Bookmarks ๐Ÿ“บ.

They work like you expect them to work: bookmark a video and Sentio will save ๐Ÿ’พ, to which point ๐Ÿ•” you have watched the video. These information help Sentio to jump right into where you stopped last time โ–ถ if you visit the page again.

Build the extension

# Setup
npm install

# Compile with webpack
npm run build:prod

Upload the zipped dist folder to AMO

# or sign the addon with
# for this make sure a firefox_api_creds.json with the keys "api_key", "api_secret" & "id" is available
npm run sign:firefox

Development

  • Project setup
npm install
  • Bundling
npm run build:dev:watch
# or, without file-watching
npm run build:dev
  • Testing (only a few files/funtions are getting tested (yet)!)
npm run test
# or, with file-watching
npm run test:watch
  • Linting
npm run lint
  • Starting the addon in Firefox Developer Edition with auto reloading
npm run start:firefoxdeveloperedition

For a complete production build check this out.

Libraries

License

MIT

About

Sentio is a Firefox-Addon that lets you create Video-Bookmarks ๐Ÿ“บ. Bookmark a video and Sentio will save ๐Ÿ’พ, to which point ๐Ÿ•” you have watched the video. This means, you can start watching your video where you stopped last time โ–ถ.

License:MIT License


Languages

Language:TypeScript 52.7%Language:Svelte 38.7%Language:SCSS 4.6%Language:JavaScript 3.5%Language:HTML 0.4%