Skip to content

Commit c793b79

Browse files
committed
Add Gemini free-tier key guide and README links
1 parent 7619b11 commit c793b79

2 files changed

Lines changed: 64 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Release links:
2626
7. Select the extracted folder that contains `manifest.json` (for example `Web2Comics-v1.0.1`).
2727
8. In `chrome://extensions`, confirm the `Web2Comics` card is enabled (toggle ON).
2828
9. Open the Chrome Extensions menu (puzzle icon), find `Web2Comics`, and click the pin icon to show it in the toolbar.
29-
10. Open the extension and configure a `Google Gemini` API key in `Options -> Providers` (recommended first-run setup).
29+
10. Open the extension and configure a `Google Gemini` API key (free tier) in `Options -> Providers` (recommended first-run setup).
3030
11. Open any article, click `Create Comic`, and generate a 3-panel summary.
3131

3232
Note: `Code -> Download ZIP` downloads the full source repository. Use the release asset ZIP for installation.
@@ -100,6 +100,8 @@ Why: this reduces token/image usage and improves chances of success on free-tier
100100

101101
If Gemini free tier is unavailable for your account/region, configure another provider (Cloudflare, OpenRouter, Hugging Face, OpenAI). Web2Comics can fall back automatically to other configured providers on quota/budget failures.
102102

103+
Need a Gemini key for the free tier? See `docs/Gemini_key.md`.
104+
103105
## Provider Keys / Tokens
104106

105107
Configure providers in:
@@ -111,6 +113,7 @@ The extension includes:
111113

112114
For step-by-step key/token instructions, see:
113115
- `docs/user-manual.html` (appendix)
116+
- `docs/Gemini_key.md` (quick Gemini API key setup for free tier access)
114117

115118
## Requirements / Compatibility
116119

docs/Gemini_key.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Gemini API Key Guide (Google AI Studio, Free Tier)
2+
3+
Step-by-step instructions to obtain a Google Gemini API key for Web2Comics using Google AI Studio (Gemini free tier access).
4+
5+
## Quick Link
6+
7+
- Google AI Studio API keys page: https://aistudio.google.com/app/apikey
8+
9+
## What You Need
10+
11+
- A Google account
12+
- Access to Google AI Studio in your region
13+
- Gemini free tier availability for your account/region (AI Studio limits vary)
14+
15+
## Steps
16+
17+
1. Open Google AI Studio:
18+
- https://aistudio.google.com/
19+
20+
2. Sign in with your Google account (if prompted).
21+
22+
3. Open the API Keys page:
23+
- https://aistudio.google.com/app/apikey
24+
25+
4. Click `Create API key`.
26+
- If asked, choose or create a Google Cloud project.
27+
28+
5. Copy the generated API key.
29+
- Treat it like a password.
30+
- Do not share it publicly or commit it to Git.
31+
32+
6. Open Web2Comics in Chrome.
33+
- Click the Web2Comics toolbar icon
34+
- Open `Options -> Providers`
35+
36+
7. Paste the key into the Gemini provider field.
37+
38+
8. Click `Validate`, then click `Save Providers`.
39+
40+
9. Return to the popup and generate a comic.
41+
42+
## Troubleshooting
43+
44+
- AI Studio page does not open or key creation is unavailable:
45+
- Check region/account eligibility in Google AI Studio
46+
- Try a different Google account
47+
48+
- Key validates but generation fails:
49+
- Check quota/usage limits in AI Studio
50+
- Retry with fewer panels (for example `3`) and lower detail
51+
52+
- Gemini not visible/usable in Web2Comics:
53+
- Confirm the key was saved in `Options -> Providers`
54+
- Re-open the extension popup after saving
55+
56+
## Security Notes
57+
58+
- Keep your Gemini API key private.
59+
- Do not paste your key into screenshots, issue reports, or public chats.
60+
- If a key is exposed, revoke/regenerate it in AI Studio and update Web2Comics.

0 commit comments

Comments
 (0)