Codex TOML Buddy icon

Codex TOML Buddy

Extension Actions

How to install Open in Chrome Web Store
CRX ID
gdjalcgkneecdfnifhcpkpegnlblcjcf
Description from extension meta

Paste Claude-style JSON and grab Codex-ready TOML without leaving Chrome.

Image from store
Codex TOML Buddy
Description from store

Convert Claude AI's JSON configuration files to TOML format for OpenAI's Codex platform.

## What It Does

Codex TOML Buddy converts JSON to TOML directly in your browser. Paste JSON, click Convert, and get TOML. Copy to clipboard or download as a .toml file.

## Why Use It

Claude exports JSON. Codex requires TOML. This extension bridges that gap without external tools or manual conversion.

## Features

**Instant Conversion** - Paste JSON, click Convert, get TOML in under a second.

**Local Processing** - All conversion happens in your browser. No uploads, no external servers.

**Error Detection** - Invalid JSON triggers clear error messages explaining what's wrong.

**Copy to Clipboard** - One-click copy of converted TOML.

**Download as File** - Save as properly formatted .toml file.

**No Configuration** - Works immediately after installation.

## How to Use

1. Click the extension icon in your Chrome toolbar
2. Paste JSON into the left panel
3. Click "Convert"
4. Copy to clipboard or download the .toml file

## Who It's For

- Claude Pro users working with Codex
- Developers managing AI configurations
- Anyone needing JSON to TOML conversion

## Privacy

No data collection. No tracking. No external connections. All conversion happens locally in your browser. The extension requires no special permissions beyond displaying a popup.

## Technical Details

Converts standard JSON objects to TOML v1.0.0 format. Handles:
- Nested objects (TOML table sections)
- Arrays of primitives
- Strings, numbers, booleans
- Special character escaping

**Current limitations:**
- One-way only (JSON to TOML, not reverse)
- No null values (TOML doesn't support null)
- Arrays of objects require manual configuration
- Date objects not yet supported

## Open Source

Source code available on GitHub. Free forever, no ads, no premium version.

## Support

Email: [email protected]

---

Built for the Claude and Codex community.