isocomic extensions
1.0.0
isocomic.com의 확장
Tachiyomi 와 마찬가지로 Isocomic은 브라우저 의 플러그인 기반 만화 리더입니다. 브라우저의 크로스 플랫폼 능력 덕분에 Isocomic의 많은 플랫폼의 모든 소스에서 만화를 읽을 수 있습니다.
Tachiyomi-extensions 와 유사하게, 등방성 확장은 단일 JavaScript 파일 일 뿐이며,이 파일은 네트워크에서 데이터를 어떻게 가져 오는지를 정의합니다.
| 홈페이지 | 소스 페이지 | 만화 페이지 | 독자 페이지 |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
Isocomic은 URL에서 직접 확장을로드 할 수 있습니다. https://isocomic.com/?install_url=https://raw.githubusercontent.com/isomerase/isocomic-extensions/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 이 프로젝트는 Tachiyomi와 Tachiyomi-Extensions에서 영감을 얻었습니다.