Tako Manga Downloader

July 2, 2026 · View on GitHub

Tako

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.

Chrome Web Store

License: MIT Chrome MV3

Install · Features · Supported Sites · Wiki · Privacy

English · 简体中文 · 繁體中文 · 日本語


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

SiteStatus
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

  1. Install from the Chrome Web Store.
  2. Open a supported series page.
  3. Click the Tako icon to open the Side Panel.
  4. Select chapters, click Download, and watch the queue.

For a detailed walkthrough, see the Quick Start wiki page.

Install from source

From GitHub Releases

  1. Go to the repository Releases page and download the latest tako-manga-downloader-vX.Y.Z-chrome.zip.
  2. Extract the zip to a folder on your machine.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. 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 PageDescription
Quick StartInstallation and first download walkthrough
Supported SitesCurrent site integrations and status
ComparisonsHow Tako compares to other manga downloaders
Template MacrosFilename and path-template macro reference
ArchitectureCore runtime, storage, messaging, and state flow
PermissionsWhat each requested permission is used for
Site Integration GuideAdding 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.