{"id":48254234,"url":"https://github.com/shreesha1207/context-switcher","last_synced_at":"2026-04-04T21:02:55.044Z","repository":{"id":344200469,"uuid":"1180885414","full_name":"Shreesha1207/Context-Switcher","owner":"Shreesha1207","description":"AI Context Bridge is a browser extension that lets you capture a full conversation from one AI chatbot and continue it on another by generating a portable, copy‑ready summary.","archived":false,"fork":false,"pushed_at":"2026-03-13T14:47:49.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T02:53:34.094Z","etag":null,"topics":["ai","context-window"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shreesha1207.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T14:14:21.000Z","updated_at":"2026-03-13T14:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Shreesha1207/Context-Switcher","commit_stats":null,"previous_names":["shreesha1207/context-switcher"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Shreesha1207/Context-Switcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shreesha1207%2FContext-Switcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shreesha1207%2FContext-Switcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shreesha1207%2FContext-Switcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shreesha1207%2FContext-Switcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shreesha1207","download_url":"https://codeload.github.com/Shreesha1207/Context-Switcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shreesha1207%2FContext-Switcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","context-window"],"created_at":"2026-04-04T21:02:40.037Z","updated_at":"2026-04-04T21:02:55.031Z","avatar_url":"https://github.com/Shreesha1207.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Context-switching-web-plug-in\n\n**AI Context Bridge** is a browser extension that lets you **capture a full conversation from one AI chatbot** and **continue it on another** by generating a portable, copy‑ready summary.\n\n\u003e ⚠️ **Important:** This is a browser extension. You must load it into your browser (as an unpacked/temporary extension) before it will work.\n\n## 🧰 Setup (load the extension)\n\n1. Download the project as a zip file and extract the files onto your system.\n2. Open Chrome/Edge and go to `chrome://extensions/` (or `edge://extensions/`).\n3. Enable **Developer mode** (toggle at top-right).\n4. Click **Load unpacked** and select this repository folder.\n5. Confirm the extension appears as **AI Context Bridge** and is enabled.\n\n---\n\n## 🚀 What this does\n\n- 🧠 **Captures** the full chat conversation from a supported AI chatbot page.\n- ✂️ **Condenses** it into a clean summary (or recent exchanges) that preserves context.\n- 📋 **Copies** the result to your clipboard so you can paste it into another AI chatbot and continue seamlessly.\n\n---\n\n## ✅ Supported platforms (sites)\n\nThis extension works on the following sites (as defined in `manifest.json`):\n\n- `chat.openai.com` / `chatgpt.com`\n- `gemini.google.com`\n- `claude.ai`\n- `copilot.microsoft.com`\n- `www.perplexity.ai`\n\n---\n\n## 🧩 How to use\n\n### 1) Open a supported chatbot\nGo to any supported AI chat page and make sure the conversation you want to transfer is visible.\n\n### 2) Capture the current conversation\n1. Click the extension icon in your browser toolbar.\n2. Click **\"Capture Current Conversation\"**.\n\nThe extension will read the chat history from the page and store it locally.\n\n### 3) Pick a saved conversation\nThe popup lists captured conversations (with counts).\n\n### 4) Transfer context to another AI\n1. Select a saved conversation.\n2. Choose the transfer mode:\n   - **Smart Summary** (default): creates a condensed, context‑preserving summary.\n   - **Recent Only**: copies the last N exchanges verbatim.\n3. Click **\"Copy to Clipboard\"**.\n4. Paste into the message box of another AI chatbot to continue the conversation.\n\n---\n\n## 🛠️ How it works (internals)\n\n- Each supported site has a specific extractor script (in `extractors/`) that reads the conversation content from the page.\n- The popup logic (in `popup.js`) then:\n  - removes boilerplate / trivial messages\n  - extracts key sentences and summaries\n  - truncates long code blocks when needed\n  - estimates token count for the generated output\n\n---\n\n## 📝 Notes \u0026 tips\n\n- If a capture returns nothing, make sure you are on a supported URL and the chat is fully loaded.\n- Use **Recent Only** when you only need the latest messages and not the full history.\n- The extension stores conversations locally (browser storage), so they remain available until you clear them.\n\n---\n\n## 📦 Files of interest\n\n- `manifest.json` — extension settings \u0026 supported domains\n- `popup.html / popup.js` — UI and transfer logic\n- `extractors/` — per-platform conversation scraping logic\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreesha1207%2Fcontext-switcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreesha1207%2Fcontext-switcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreesha1207%2Fcontext-switcher/lists"}