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

AI extensions support 4 providers. You only need one. Local Ollama is recommended for privacy.

ProviderFree?Local?Vision?Best For
OllamaYes (100% free)Yes (your PC)Yes (llava)Privacy, no internet needed
OpenAINo (pay per use)No (cloud)Yes (GPT-4o)Best quality, fast
AnthropicNo (pay per use)No (cloud)Yes (Claude)Excellent reasoning
Google GeminiFree tier availableNo (cloud)Yes (1.5 Pro)Good free option

Ollama Setup (Recommended)

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.

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

OpenAI

1. Go to platform.openai.com/api-keys
2. Create a new API key (starts with sk-)
3. Paste it in extension settings under OpenAI > API Key

Anthropic (Claude)

1. Go to console.anthropic.com
2. Create a new API key (starts with sk-ant-)
3. Paste it in extension settings under Anthropic > API Key

Google Gemini

1. Go to aistudio.google.com
2. Create a new API key (starts with AIzaSy)
3. Paste it in extension settings under Gemini > API Key

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.xyz · Privacy Policy · Contact