Simple step-by-step instructions to install and use the Web2Comics Chrome extension.
-
Open Chrome and go to:
chrome://extensions/ -
Enable Developer mode (top-right corner)
- Toggle the switch ON
-
Click "Load unpacked"
[+ Load unpacked] -
Select the extracted Web2Comics release folder
- Navigate to the extracted folder (for example
Web2Comics-v1.0.4) - Select the folder that contains
manifest.json - Click "Select Folder" or "Open"
- Navigate to the extracted folder (for example
-
Confirm the extension is enabled
- In
chrome://extensions, make sure theWeb2Comicscard toggle is ON
- In
-
Done! The extension should now appear in your extensions list
- Click the puzzle piece (Extensions) icon in Chrome's toolbar
- Find Web2Comics
- If it does not appear, confirm it is enabled in
chrome://extensions - Click the pin icon next to Web2Comics to keep it visible in the toolbar
- Click the Web2Comics toolbar icon to open the popup
The extension needs AI providers to generate comics. You must configure at least one:
-
Get a free API key:
- Go to https://aistudio.google.com/app/apikey
- Sign in with Google
- Click "Create API key"
- Copy the key
-
Configure in extension:
- Click the extension icon
- Click the gear/settings icon
- Go to Providers tab
- Paste your Gemini API key
- Click "Validate"
- Click "Save Providers"
-
Get an API key:
- Go to https://platform.openai.com/api-keys
- Sign in/Sign up
- Create a new secret key
- Copy the key (starts with
sk-)
-
Configure:
- Same as above, but enter OpenAI key
- Select your preferred models (GPT-4o, DALL-E 3)
-
Get your Cloudflare Account ID
- Open Cloudflare dashboard
- Copy your Account ID from the account overview
-
Create an API token
- Create a token with Workers AI / AI inference access for your account
-
Configure in extension:
- Open Options -> Providers
- Enter Cloudflare Account ID and API Token
- Click
Validate - Click
Save Providers
-
Note
- Cloudflare Workers AI supports both text and image generation in this extension
- Exact model availability may vary by account and region
- Navigate to any article (news, blog, etc.)
- Click the Web2Comics extension icon in the toolbar
- Click Create Comic in the launcher and use defaults for a fast first run, or expand options to customize.
- Click "Generate Comic"
- Wait for generation (progress shown)
- Click "Open Comic Viewer" to see your comic!
- Selected text mode: Select specific text on page before clicking extension
- Style presets: Try "Noir" for dramatic black & white, "Manga" for anime style
- Panel count: More panels = more detail but slower generation
Solution: Make sure Developer mode is ON in chrome://extensions/
Solutions:
- Open the Extensions (puzzle) menu and pin Web2Comics
- Confirm Web2Comics is enabled in chrome://extensions
Solution: Configure your API key in Options > Providers
Solutions:
- Try selecting text manually on the page
- Refresh the page
- Check if page requires login
Check:
1. API key is configured
2. You haven't exceeded rate limits
3. Network is working
4. Using a provider that supports images (Gemini, OpenAI, Cloudflare, OpenRouter, or Hugging Face depending on your account/model access)
This is normal - MV3 service workers stop when idle.
They wake up automatically when needed.
Check chrome://extensions > Service worker for logs.
- Go to
chrome://extensions/ - Find "Web2Comics"
- Click "Remove"
- Confirm
Web2Comics-v1.0.4/
├── manifest.json # Extension config
├── popup/ # Main popup UI
├── sidepanel/ # Comic viewer
├── options/ # Settings page
├── background/ # Service worker
├── content/ # Page extraction
├── providers/ # AI providers
├── shared/ # Shared code
├── icons/ # Extension icons
├── docs/
│ └── user-manual.html # User manual / help file
└── docs/INSTALL.md # This file
- GitHub Issues: Report bugs at https://github.com/ApartsinProjects/Web2Comics/issues
- Documentation: See
docs/user-manual.htmlfor setup and usage details
Version 1.0.4 | Last Updated: 2026-03-10