Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Hinaser/MultiWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

I archive this repository and remove the addon from addon stores because I cannot spare my time maintaining the code.
If you want to keep using this addon, feel free to fork or copy source code to build.

Build note

To build add-on for Chrome, follow the procedure below.

  1. If you haven't created PEM file yet, create it by packaging src folder with Chrome browser and rename it from src.pem to key.pem.
  2. Copy and paste key.pem into ./src/
  3. Zip the contents of src directory by:
cd ./src
zip multiwindow_chrome-0.0.x.zip -r ./*
  1. Upload to Chrome developer site

To build add-on for Firefox, follow the procedure below.

  1. If you haven't installed web-ext npm module yet, install it by npm install -g web-ext
  2. Remove key.pem if it exists under ./src
  3. Dispatch build tool
web-ext build -s src
  1. Upload add-on file to AMO

3rd party library

simplebar

Releases

No releases published

Packages

No packages published