Installation & Setup Guide

Complete guide for all 13 Chrome Extensions by lern-digital.de

How to Install

1

Open Chrome Extensions Page

Type chrome://extensions in your address bar and press Enter.

2

Enable Developer Mode

Toggle the "Developer mode" switch in the top-right corner.

3

Load the Extension

Click "Load unpacked" and select the extension folder (e.g., sidescribe).

4

Pin & Use

Click the puzzle icon in Chrome's toolbar, then pin the extension for easy access.

Repeat steps 3-4 for each extension you want to install. Each extension works independently.

All 13 Extensions

Productivity Tools No AI Required

SideScribe

Text assistant in Side Panel. Summarize, explain, reply, stats. Works with or without AI.

Textbaustein Manager Pro

Text snippet manager. Slash commands, variables, templates for any web form.

TabVault Pro

Tab organizer. Save sessions, auto-park idle tabs, group by domain.

PagePulse

Website change tracker. Monitor specific elements, get notifications on changes.

Fokus Guard

Pomodoro timer + site blocker. Track time, build streaks, stay focused.

FormForge Pro

Auto-fill forms with test data. Smart field detection, multiple profiles.

Rezept Clean

Extract recipes from food blogs. Scale ingredients, save favorites.

Sprach Buddy

Learn languages passively while browsing. 4 languages, quiz, pronunciation.

AI-Powered Tools AI Optional

Mail Craft AI

Compose emails from bullet points. Adjust tone, translate, reply.

CodePeek AI

Analyze code on any page. Explain, review, test, convert between languages.

Page Chat

Chat with any webpage. Ask questions about the content.

Clip Genius

Smart clipboard with AI. Auto-categorize, transform, translate clips.

Screenshot AI

Capture & analyze screenshots with vision AI. OCR, UI analysis, annotations.

AI Provider Setup

5 AI extensions support 11+ providers. You only need one. You enter your own API key in each extension's Settings page. Your keys are stored locally on your device — never sent to us.

ProviderFree?Local?Vision?SpeedBest For
Ollama100% freeYesYes (llava)MediumPrivacy, offline
GroqFree tierNoNoVery fastQuick start, free
GeminiFree tierNoYesFastFree vision AI
OpenAIPaidNoYes (GPT-4o)FastBest quality
AnthropicPaidNoYes (Claude)FastBest reasoning
OpenRouterMixedNoSomeVariesModel variety
MistralPaidNoNoFastEuropean AI
DeepSeekPaidNoNoFastBudget-friendly
TogetherPaidNoSomeFastOpen source models
CoherePaidNoNoFastEnterprise
LM StudioFreeYesSomeMediumLocal, GUI-based

Ollama Setup (Recommended — 100% Free)

1

Download Ollama

Visit ollama.com and download for your OS (Windows/Mac/Linux).

2

Install a Model

Open terminal and run: ollama pull llama3 for text, or ollama pull llava for vision (Screenshot AI).

3

Enable CORS (Important!)

Set environment variable: OLLAMA_ORIGINS=* then restart Ollama. This allows browser extensions to connect.

4

Test in Extension

Open extension settings, select "Ollama", click "Test Connection". Your models should appear.

CORS Issues? On Windows, set the environment variable via System Settings > Environment Variables > New: Name = OLLAMA_ORIGINS, Value = *. Then restart Ollama.
Tip: If Ollama runs on another PC in your network, use "Scan Network" in the extension Settings to find it automatically.

Recommended Models

TaskModelCommandSize
General textLlama 3ollama pull llama3~4.7 GB
Fast responsesPhi-3ollama pull phi3~2.3 GB
Code analysisCodeLlamaollama pull codellama~3.8 GB
Vision/ScreenshotsLLaVAollama pull llava~4.5 GB
Small & fastGemma 2Bollama pull gemma:2b~1.4 GB

Cloud Provider Setup

FREE Options (No Credit Card)

Groq — Free, Very Fast

1. Go to console.groq.com/keys
2. Create a free account
3. Click "Create API Key" and copy it
4. In extension Settings, select "Groq" and paste your key

Cost: Free tier with generous limits. No credit card required.

Google Gemini — Free Tier

1. Go to aistudio.google.com
2. Sign in with your Google account
3. Click "Create API Key"
4. In extension Settings, select "Gemini" and paste your key

Cost: Free tier available. Paid for higher usage.

Paid Options (Best Quality)

OpenAI (ChatGPT)

1. Go to platform.openai.com/api-keys
2. Create account + add payment method
3. Generate API key (starts with sk-)
4. In extension Settings, select "OpenAI" and paste your key

Cost: ~$0.01-0.03 per request. Requires credit card.

Anthropic (Claude)

1. Go to console.anthropic.com
2. Create account + add payment method
3. Generate API key (starts with sk-ant-)
4. In extension Settings, select "Anthropic" and paste your key

Cost: ~$0.01-0.05 per request. Requires credit card.

OpenRouter — 100+ Models

1. Go to openrouter.ai/keys
2. Create free account
3. Some models are free, others cost per request
4. In extension Settings, select "OpenRouter" and paste your key

Cost: Some models free, others paid. Great variety.

More Providers

Mistral, DeepSeek, Together, Cohere, LM Studio

All available in each extension's Settings. Same process: get API key from the provider's website, paste in Settings.

Mistral AI — European AI, good quality
DeepSeek — Very affordable
Together AI — Open source models
Cohere — Enterprise AI
LM Studio — Like Ollama, runs locally at localhost:1234

Recommendation: Start with Groq — it's free, fast, and takes 30 seconds to set up. If you want 100% privacy, install Ollama. For the best quality, use OpenAI or Anthropic.

Troubleshooting

Extension won't load

Make sure Developer Mode is enabled. Check for errors in the extension card on chrome://extensions. If you see "manifest" errors, ensure you selected the correct folder (the one with manifest.json inside).

Ollama not connecting

1. Is Ollama running? Check with ollama list in terminal.
2. Did you set OLLAMA_ORIGINS=*?
3. Is the URL correct? Default: http://127.0.0.1:11434
4. Try http://localhost:11434 instead.

Side Panel won't open

Some extensions use the Side Panel (SideScribe, Mail Craft, CodePeek, Page Chat). Click the extension icon in the toolbar. If nothing happens, right-click the icon and check if "Open Side Panel" is available.

Content script not working

Extensions like Textbaustein and Sprach Buddy inject scripts into web pages. They won't work on chrome:// pages or the Chrome Web Store. Try on a regular website like google.com.

API key errors

Double-check your key is correct and has credits. OpenAI requires a payment method. Anthropic requires a funded account. Gemini has a free tier but may require billing setup.

FAQ

Do I need AI for any of these?

No! The first 8 extensions work completely offline without any AI. The AI extensions have built-in fallbacks (SideScribe, Clip Genius) or clearly show when AI is needed.

Is my data safe?

Yes. All data stays in your browser's local storage. Nothing is sent to external servers unless you explicitly configure a cloud AI provider. With Ollama, even AI processing stays on your computer.

Can I use multiple extensions at once?

Absolutely. Each extension is independent. You can install all 13 and they won't interfere with each other.

Do they work in other Chromium browsers?

Yes! They work in Microsoft Edge, Brave, Opera, Vivaldi, and any Chromium-based browser that supports Manifest V3.

How do I update an extension?

Replace the files in the extension folder, then go to chrome://extensions and click the refresh icon on the extension card.

A project by lern-digital.de · talura.app · Privacy Policy · Contact