Chrome Extension for Z.ai

Your Z.ai,
your rules.

Save chats. Craft personas. Customize everything. The toolkit Z.ai should have shipped with.

Saved Chats
Save Current Chat
React state patterns×
Python async debugging×
API rate limiter design×
CSS Grid layout explainer×
Z History
Z Template
Advertisement
Claude Mimic

Everything Z.ai
left out.

Six capabilities that transform Z.ai from a chat window into a professional workspace.

Chat Vault

Save conversations to your personal library. Instantly search by keyword across all saved threads. Rename any chat for clarity. Your most valuable AI exchanges, organized and always one click away.

Save · Search · Rename

System Personas

Define custom system prompts and attach them to your session. Every message automatically gets your persona prepended—no copy-paste needed.

Auto-inject

Prompt Snippets

Build a library of reusable prompt fragments. One click inserts them into the input field. Stop retyping the same instructions.

One-click insert

Claude Mimic

Swap Z.ai's branding for Claude's visual identity—logo, favicon, loading screen. Seamless aesthetic transformation, one toggle.

Visual swap

UI Control

Hide history sidebar, template prompts, and advertisement banners. A clean, distraction-free workspace tailored to your workflow.

Declutter

See the difference.

Ayu Dark brings editor-quality syntax highlighting to Z.ai's code blocks. Keywords in amber, strings in lime, functions in gold. Toggle it and watch the transformation.

sentiment.js
// Analyze text sentiment with keyword matching
function analyzeSentiment(text) {
  const tokens = text.toLowerCase().split(' ');

  const positive = ['good', 'great', 'excellent'];
  const score = tokens.filter(t =>
    positive.includes(t)
  ).length;

  return {
    score: score / tokens.length,
    label: score > 0 ? 'positive' : 'neutral'
  };
}

Request Z Enhanced.

Currently available by direct request. Drop an email and you'll get the extension delivered to your inbox.

z-enhanced — request
$