Quick Install
There are two options for installing Comfortable Sakai.
From Extension Store
You can download Comfortable Sakai from Extension Store of each browser.Comfortable
Google Chrome
Download from Chrome Web Store
Firefox
Download from Firefox Addons
From Source File
Build the extension with npm run build:all
command. Refer to Quick Build for detailed description of build command.
Google Chrome
After building the extension, dist
directory is created in the root of the project folder.
Open chrome://extensions/
in your Google Chrome.
Then, click Load Unpacked
button and select built source codes in dist/source/chrome
.
Tips
If Load Unpacked
button is not visible, try turning Developer mode
on.
Developer mode
can be changed in chrome://extensions/
page.
Firefox
After building the extension, dist
directory is created in the root of the project folder.
Open about:debugging#/runtime/this-firefox
in your Firefox.
Then, click Load Temporary Add-on
button and select zipped source codes in dist/release/comfortable-sakai-firefox-v***.zip
.