Tako Manga Downloader
July 2, 2026 · View on GitHub
Tako Manga Downloader
Batch-download manga chapters from Chrome's Side Panel. Queue, retry, and export clean CBZ/ZIP files — without leaving your reading tab.
Install · Features · Supported Sites · Wiki · Privacy
Features
- Side Panel command center — Chapter selection, queue, and progress live in Chrome's Side Panel, right next to the page you're reading. No extra tabs, no save-dialog spam.
- Real queue with retry — Queue dozens of chapters, watch per-image progress, and retry failed downloads automatically or manually. One active task at a time keeps things stable.
- Clean exports — Save as CBZ, ZIP, or loose image folders. Custom path and filename templates work with Komga, Kavita, Calibre, and other library tools.
- Optimized site integrations — Each supported site gets purpose-built handling for its page structure, image CDN, and metadata — not generic scraping.
- One settings page — Global defaults and per-site overrides for output format, templates, rate limits, and retries all live in the Options page.
- File System Access support — Pick a custom download folder and Tako writes directly there. Falls back to Chrome's download shelf if needed.
- ComicInfo.xml generation — Embeds series metadata, chapter numbers, authors, and more in CBZ archives for library manager compatibility.
- Privacy-first — No analytics, no telemetry, no data collection. Everything stays local in your browser.
Supported Sites
| Site | Status |
|---|---|
| MangaDex | ✅ |
| Pixiv Comic | ✅ |
| Shonen Jump+ | ✅ |
| Manhuagui | ✅ |
| Comic Nettai | ✅ |
Want a new site? Open a request or contribute an integration — see the Site Integration Guide.
Rights and Site Access
Tako is intended for pages you can already access in your own browser session on supported sites.
- It is not a tool for bypassing paywalls, login restrictions, DRM, or copyright controls.
- It does not grant access rights you do not already have.
Get Started
- Install from the Chrome Web Store.
- Open a supported series page.
- Click the Tako icon to open the Side Panel.
- Select chapters, click Download, and watch the queue.
For a detailed walkthrough, see the Quick Start wiki page.
Install from source
From GitHub Releases
- Go to the repository Releases page and download the latest
tako-manga-downloader-vX.Y.Z-chrome.zip. - Extract the zip to a folder on your machine.
- Open
chrome://extensions. - Enable Developer mode.
- Choose Load unpacked and select the extracted folder.
Build locally
pnpm install
pnpm build
Then open chrome://extensions, enable Developer mode, choose Load unpacked, and select .output\chrome-mv3.
Development
pnpm dev # WXT dev server with hot reload
pnpm test:unit # Fast unit tests (Vitest)
pnpm test:e2e # E2E tests with mocked routes (Playwright)
pnpm lint # ESLint
pnpm type-check # TypeScript strict mode
See CONTRIBUTING.md for the full development workflow, code style rules, and PR guidelines.
Documentation
| Wiki Page | Description |
|---|---|
| Quick Start | Installation and first download walkthrough |
| Supported Sites | Current site integrations and status |
| Comparisons | How Tako compares to other manga downloaders |
| Template Macros | Filename and path-template macro reference |
| Architecture | Core runtime, storage, messaging, and state flow |
| Permissions | What each requested permission is used for |
| Site Integration Guide | Adding or maintaining supported-site integrations |
Privacy
Tako stores settings, queue state, and history locally in the browser. Network requests go directly to supported sites and related infrastructure needed for your download workflow. No analytics backend, no telemetry, no data collection.
See PRIVACY.md for the full privacy policy.
Contributing
Contributions are welcome. Please read the contributing guidelines before submitting a pull request.
License
MIT — see LICENSE for details.
