isocomic extensions
1.0.0
ISOCOMIC.comの拡張機能
Tachiyomiと同様に、IsocomicはブラウザのプラグインベースのManga Readerです。ブラウザのクロスプラットフォーム機能のおかげで、Isocomicの多くのプラットフォームの任意のソースから任意のコミックを読むことができます。
Tachiyomi-Extensionsと同様に、Isocomic拡張機能は単一のJavaScriptファイルであり、データがネットワークからどのようにフェッチされるかを定義します。
| ホームページ | ソースページ | マンガページ | リーダーページ |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
ISocomicは、URLから拡張を直接ロードできます。 https://isocomic.com/?install_url=https://raw.githubusercontent.com/isomerase/isocomic-extensions/repo/dist/mangadex.min.jsなどのリンクを開き、拡張機能を享受します。
データセキュリティを考慮すると、公式リポジトリまたはローカルネットワーク(LocalHost、192.168.xx、127.0.0.1)からの拡張のみが許可されています
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 このプロジェクトは、タチヨミとタチヨミエントンズに触発されています。