By: Xavier
Inspect and view changes in Claude Chinese Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Claude Chinese Bridge",
"version": "0.1.0",
"description": "Type Chinese in the Firefox sidebar, send English to Claude, and watch Claude replies live.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "claude-chinese-bridge@xavier.local",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"sidebar_action": {
"default_title": "Claude Bridge",
"default_panel": "sidepanel.html"
},
"action": {
"default_title": "Claude Bridge",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://claude.ai/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https://claude.ai/*",
"<all_urls>"
],
"permissions": [
"activeTab",
"tabs",
"storage"
]
} Best Claude Chinese Bridge Alternatives
Here are some Firefox add-ons that are similar to Claude Chinese Bridge:
Claude 中文翻译
czx850
Claude in Sidebar
Claude in Sidebar
Foxhole for Claude
DrBenedictPorkins
Community Claude AI Sidebar
specialAddon
Claude RTL – Hebrew & Arabic Support
Even Zohar
Summarize and Translate with Claude
Sadao Hiratsuka
Claude Sidebar
drudge
Claude Context Menu
Damien Bouissou
Claude Advance Controls
Paul Fernandez
Ask Claude
jackcamp
Claude RTL Toolkit
Reza Bagheri
Claude Search Tool
Robert Siebeck