Skip to content

koodo-reader/extension

Repository files navigation

中文文档

logo

Koodo Reader Extension

A web extension that enhances the reading experience for Koodo Reader.

Features

  • Sync Enhancement — Enable sync feature with WebDAV, S3 compatible on the web version of Koodo Reader
  • Import Enhancement — Enable import feature with WebDAV, S3 compatible on the web version of Koodo Reader

Quick Start

Development

# Install dependencies
npm install

# Chrome dev mode (with HMR)
npm run dev

# Or specify browser
npm run dev:chrome
npm run dev:firefox

Build

# Chrome production build
npm run build

# Or specify browser
npm run build:chrome
npm run build:firefox

Build output goes to dist_chrome and dist_firefox directories respectively.

Load Extension

Chrome

  1. Navigate to chrome://extensions
  2. Enable "Developer mode"
  3. Click "Load unpacked"
  4. Select the dist_chrome directory

Firefox

  1. Navigate to about:debugging#/runtime/this-firefox
  2. Click "Load Temporary Add-on"
  3. Select any file inside the dist_firefox directory

Tech Stack

License

This library is distributed under the terms of GNU AGPL v3

About

Chrome and Firefox extension for Koodo Reader

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors