A custom Mihon (Tachiyomi) extension that uses Google Drive as a manga source.
- Read manga from Google Drive by entering a folder link
- Automatically detects
cover.jpgas cover image
- Go to Google Cloud Console
- Create a project
- Enable Google Drive API
- Create an API Key (Credentials → Create credentials → API key)
📁 My Manga (Set to "Anyone with the link can view")
├── 📁 Manga A
│ ├── cover.jpg (optional)
│ ├── 📁 Chapter 1/
│ │ ├── 001.jpg
│ │ └── ...
│ └── 📁 Chapter 2/
└── 📁 Manga B
└── ...
- Go to the Actions page
- Click on the latest successful build
- Download the
googledrive-extensionartifact - Extract and install the APK
- Find Google Drive extension in Mihon
- Long press to enter settings
- Enter your API Key
- Enter your Google Drive folder link
- Go back and browse the extension to see your manga
# Windows
.\gradlew.bat :src:all:googledrive:assembleDebug
# Linux/Mac
./gradlew :src:all:googledrive:assembleDebugAPK will be generated at src/all/googledrive/build/outputs/apk/debug/