Tako is a Chrome extension that keeps chapter selection, queue management, and organized exports inside Chrome's Side Panel.
Instead of juggling extra tabs, repeated save dialogs, or brittle one-off scripts, you can review chapters, queue downloads, watch progress, and export cleaner offline-reading files from one workflow.
- Stay in your reading flow
The Side Panel keeps chapter selection and queue controls next to the page you are already on. - Use a real queue instead of one-off saves
Active work, queued jobs, retries, and recent results stay together in one command center. - Export cleaner files
Save as CBZ, ZIP, or image folders with path and filename templates that work better with reader apps and library tools. - Optimized site-support instead of generic scraping
Integrations apply site-specific metadata, image handling, and queue behavior where the extension explicitly supports a site. - Tune everything from one settings page
Global defaults and per-site overrides live in the options page instead of scattered browser prompts.
| Site | Status |
|---|---|
| MangaDex | ✅ |
| Pixiv Comic | ✅ |
| Shonen Jump+ | ✅ |
| Manhuagui | ✅ |
| Comic Nettai | ✅ |
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.
- Open the repository Releases page and download the latest
tako-manga-downloader-vX.Y.Z-chrome.zipasset. - Extract the zip to a folder on your machine.
- Open
chrome://extensions. - Enable Developer mode.
- Choose Load unpacked and select the extracted extension folder.
Chrome will load Tako from that folder. You can pin it from the extensions menu if needed.
pnpm install
pnpm buildThen open chrome://extensions, enable Developer mode, choose Load unpacked, and select .output\chrome-mv3.
pnpm devCONTRIBUTING.md— general setup, workflow, code style, and PR expectationsdocs/ARCHITECTURE.md— core runtime, storage, messaging, and state flowdocs/CONTRIBUTING-SITE-INTEGRATION.md— adding or maintaining supported-site integrationsdocs/TEMPLATE-MACROS.md— filename and path-template macro reference
Tako stores settings, queue state, and history locally in the browser so the extension can function. Network requests are made directly to supported sites and related infrastructure needed for the user's requested workflow; the extension does not run a developer analytics backend for browsing history or downloaded chapter contents.
See PRIVACY.md for the current privacy policy text.
We welcome contributions from the community. Please read the contributing guidelines before submitting a pull request.