Code Monkey home page Code Monkey logo

isocomic-extensions's Introduction

isoComic extensions

Extensions for isocomic.com

What is isoComic?

Similar to Tachiyomi, isoComic is a plugin-based manga reader in browser. Thanks to the browser's cross-platform ability, you can read any comic from any source on many platforms in isoComic.

What is isoComic-extension?

Similar to Tachiyomi-extensions, an isoComic extension is just a single javascript file, which defines what and how the data is fetched from the network.

Screenshots

Home Page Source Page Manga Page Reader Page
Home Page Source Page Manga Page Reader Page

Extensions in the repo

How to install an extension?

isoComic can load extension from url directly. Open the link like https://isocomic.com/?install_url=https://raw.githubusercontent.com/isomerase/isocomic-extensions/repo/dist/mangadex.min.js, and then start to enjoy the extension.

Considering your data security, only extensions from the official repository or local network(localhost, 192.168.X.X, 127.0.0.1) are allowed

How to develop an extension?

git clone https://github.com/isomerase/isocomic-extensions.git
cd isocomic-extensions
npm install

npm run create EXTENSION_NAME  # create a new extension from template
# then edit index.ts to implement interfaces

# build the extension
npm run build EXTENSION_NAME # build the extension
npm run serve # host dist/EXTENSION_NAME.min.js in a local server

Feedback

Acknowledgement

This project is inspired by tachiyomi and tachiyomi-extensions.

isocomic-extensions's People

Contributors

isomerase avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.