AI

Bunkai

Chrome extension that turns any highlighted Japanese text into an AI-powered, word-by-word breakdown in-context.

JavaScriptChrome APIGemini

Bunkai (分解, “breakdown”) is a Chrome extension for people learning Japanese. Highlight any Japanese text on any webpage and a popup appears with the sentence translated naturally into English, followed by a per-word analysis: reading in hiragana, part of speech, dictionary meaning, and what the word is actually doing in that specific sentence.

Dictionary lookups tell you what a word means. Bunkai tells you what it means here.

How it works

Four files carry the whole extension:

A separate settings.html + settings.js handles the extension popup for storing your Gemini API key in chrome.storage, with two toggles: enable/disable the extension globally, and require Shift+highlight to trigger analysis (on by default, so casual selecting doesn’t burn quota).

Design

The icon is the kanji 分 in a pink-to-purple gradient on a transparent background, designed in Inkscape and exported at 16 / 48 / 128 px for the manifest.

Stack