Recipes · a new tab for Chrome

Paste the rough draft. Nobody else reads it.

Fogar’s recipes are small forms in front of a prompt: Draft & rewrite, Reply to a message, Summarize, Explain simply. The model that fills them runs inside your browser, so the performance review, the apology, and the letter to the landlord go nowhere. Rewriting is the thing a small local model does best.

Free. Open source. Works offline once the model is cached.

↩️ Reply to a message

The message you received
Hey! Any chance you could cover my Saturday shift? I know it’s last minute, sorry.
What do you want to say?
decline, offer next weekend
Tone
Friendly
Output · Qwen3.5 4B · on this deviceHey! Sorry, I can’t cover Saturday this time. If you still need someone next weekend, count me in.
network 0 requestsmodel cached on this devicekey none
Four built in

The things you actually do with text.

Each one is a form with two or three choices, so you do not write a prompt, you fill in a shape. Every recipe runs on whichever model you have chosen: the one on this device, or your own cloud key.

Draft & rewrite

Paste a rough draft or a few notes. Pick a tone, a length, and a shape: email, bullet points, one sentence, chat message. Get your own words back, better.

tone · length · format

Reply to a message

Paste what you received and say what you want to happen: decline politely, ask for a week more, say yes and propose Tuesday. Get a reply you can send.

what to say · tone

Summarize

Long thing in, short thing out. Three bullets, one paragraph, one sentence, or key decisions and action items. Names and numbers survive.

style

Explain simply

A paragraph, a term, an error message. For a smart friend, a ten-year-old, an expert in another field, or you, in one sentence.

audience
Make your own

The prompt is a form. The form is a file.

A recipe declares its inputs and a template with placeholders. Fogar draws the form, fills the template, and hands it to the model. Only a name and a template are required: labels come from the keys, and any placeholder you forgot to declare becomes a field on its own.

Because it is plain JSON, you can paste one to a friend or share it as a link that adds it in one click. Import forgives what people paste: smart quotes, trailing commas, line breaks inside strings, a code fence around the whole thing.

{
  "name": "Tighten a paragraph",
  "emoji": "✂️",
  "inputs": [
    { "key": "text", "label": "Paragraph", "type": "textarea" },
    { "key": "cut",  "label": "Cut it by", "type": "select",
      "options": ["A quarter", "Half", "As far as it goes"] }
  ],
  "template": "Cut the paragraph below by {{cut}}. Keep every fact, name, and number. Return only the shorter paragraph.\n\n{{text}}"
}
  1. Open Recipes, then New recipe.

    A small builder: up to eight inputs, each a text field, a text area, or a dropdown with options, and the template they fill.

  2. Or paste JSON into Import.

    Like the one on the left. Copy it, paste it, and it appears as a chip on your new tab.

  3. Share it as a link.

    The recipe rides inside the address. Anyone with Fogar who opens it gets an “Add this recipe” button, nothing else.

  4. Pin it.

    Add the Recipe widget and pick one, and its form sits on the page ready to fill, no chip to click first.

Recipes are data, never code. A recipe cannot run a script, fetch a page, or read anything you did not type into it. Manifest V3 enforces that; Fogar treats it as a product rule.

Also for writing

Three more ways in, when a form is too much.

Ask box

Just type

“Rewrite this politely: can’t make the 3pm, thursday instead?” works without a recipe. Follow-ups keep the thread, so “shorter” and “now as an email” do what you mean.

Right-click

“Ask Fogar about …”

Select text on any page and right-click. The page’s title, address, and the text around your selection go along, so the explanation is about what you were reading, not a guess.

Dig deeper

When the first answer is not enough

One menu on every answer: search the web and answer again with sources, let the model think longer, or ask your cloud model the same question. The better answer replaces the first.

Straight talk

Small models write well and know little.

The rest of Fogar is a new tab that answers from a model running in your browser. See what leaves in each mode.

  • Rewriting, replying, summarizing, and explaining are what a small local model does best. That is why those are the four built-ins.
  • Facts are not. Ask for a date or a statistic and the model may invent one. The system prompt tells it to say when it does not know, and “Search the web first” exists for exactly those questions.
  • The 4B tier rewrote reliably in our tests. The smaller tiers sometimes answered the text instead of rewriting it, which is why Draft & rewrite carries an example and a firm instruction.
  • When you need more, switch to Cloud and bring your own key. The filled-in prompt goes to the endpoint you typed and nowhere else.
Questions

Fair questions, short answers.

Is anything sent when I run a recipe?

On this device: nothing. The model is a file in your browser’s storage and the prompt never leaves the page. In Cloud mode the filled-in prompt goes to the endpoint you typed, with your key, and to no one else. The network ledger in Settings counts every request either way.

Does it work offline?

Yes, in local mode, once the model is cached. Turn off Wi-Fi and the recipes keep running.

How good is the writing?

Good enough to send, for the everyday cases: the 4B tier rewrote, replied, and summarized correctly across our test prompts. The smaller tiers are quicker and weaker; Fogar recommends the largest your machine runs well. For anything that needs a bigger brain, switch to Cloud with your own key.

Can I make my own recipe?

Yes. New recipe opens a small builder: up to eight inputs, each a text field, a text area, or a dropdown, plus the template they fill and an optional system prompt. Or paste JSON into Import, or open a share link.

Can a recipe run code or fetch anything?

No. A recipe is data: labels, options, and a prompt template. Fogar renders the form and fills the template, nothing more. Manifest V3 forbids extensions from running remote code anyway; Fogar makes it a rule for everything users create or share.

How much text can I paste?

A template holds up to four thousand characters, and what you paste into a field is limited by the model’s context window. The small models are happiest with a few paragraphs at a time: summarize a section, not a book.

Install

Add to Chrome

Fogar is waiting on Chrome Web Store review. Until the listing is live, download the extension and load it yourself: three steps, no terminal. This page will carry the store link the moment it exists.

Version 0.1.0, a 2.6 MB zip. Prefer to wait for the store? Get notified when it ships.

  1. Download and unzip.

    You get a folder named fogar-chrome. Put it somewhere it can stay; Chrome runs the extension from that folder.

  2. Open chrome://extensions and turn on Developer mode.

    The switch is in the top right corner.

  3. Click Load unpacked and pick the folder.

    Then open a new tab.

Installed this way, Fogar does not update itself, and Chrome may ask at launch whether to keep developer-mode extensions; Cancel keeps it. When the store listing goes live, install from there and bring your data over with the backup in Settings.