Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 725 Bytes

Multitasking OS

Small app to delegate to the machine what it do best, and we do worst, when multitasking: Context switching.

From version 2.0.0, it's available publicly in the Chrome Web Store.

It can also be used as a website at https://arnauorriols.github.io/multitaskOS

Build

$ bin/build.sh

Use as Chrome-Extension

  1. Get everything ready
$ bin/build-chrome-extension.sh
  1. Use the Load the Extension Docs from chrome documentation to manually load the application. The manifest to upload is found in chrome-extension/manifest.json.