{"id":50505559,"url":"https://github.com/kudosscience/carousel-translator","last_synced_at":"2026-06-02T15:31:29.329Z","repository":{"id":349768572,"uuid":"1203822497","full_name":"kudosscience/carousel-translator","owner":"kudosscience","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-07T12:27:15.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T14:47:35.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/kudosscience.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-04-07T12:17:49.000Z","updated_at":"2026-04-07T12:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kudosscience/carousel-translator","commit_stats":null,"previous_names":["kudosscience/carousel-translator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kudosscience/carousel-translator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudosscience%2Fcarousel-translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudosscience%2Fcarousel-translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudosscience%2Fcarousel-translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudosscience%2Fcarousel-translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kudosscience","download_url":"https://codeload.github.com/kudosscience/carousel-translator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kudosscience%2Fcarousel-translator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33829340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-02T15:31:27.834Z","updated_at":"2026-06-02T15:31:29.322Z","avatar_url":"https://github.com/kudosscience.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkedIn Carousel Translator\n\nLinkedIn can translate post captions, but not the text inside carousel pages.\nThis extension helps by translating the visible carousel slide without leaving LinkedIn.\n\n## What This Is (In Plain English)\n\nThis is a Chrome extension that:\n\n- Adds a \"Translate slide\" button to LinkedIn carousel posts.\n- Reads text from the currently visible slide.\n- Translates that text into your chosen language.\n- Shows translation in a movable panel on the same page.\n\nYou can stay in your feed or on the post page the whole time.\n\n## Why This Is Useful\n\nIf someone uploads a PDF carousel in a language you do not speak, you normally need to copy text manually or use external tools.\nWith this extension, translation happens right there on LinkedIn.\n\n## Privacy and Cost\n\n- No paid API key is required.\n- OCR and translation run locally in your browser extension context.\n- The extension may download model files the first time you use it.\n\n## How It Works (Simple View)\n\n1. You click \"Translate slide\" on a LinkedIn carousel post.\n2. The extension captures the visible slide image.\n3. OCR extracts text from the image.\n4. A local translation model translates the text.\n5. A floating panel shows translated text plus optional raw OCR text.\n\n## Quick Start\n\n1. Install Node.js 20 or later.\n2. Run `npm install` in the project root.\n3. Run `npm run check`.\n4. Load the `dist` folder as an unpacked extension in Chrome.\n5. Open extension settings and pick your target language.\n6. Go to LinkedIn and click \"Translate slide\" on a carousel post.\n\nFor full step-by-step deployment instructions, see [docs/deployment.md](docs/deployment.md).\n\n## Full Documentation\n\n- Deployment guide: [docs/deployment.md](docs/deployment.md)\n- Usage guide: [docs/usage.md](docs/usage.md)\n- Chrome Web Store publishing guide: [docs/chrome-web-store-publishing.md](docs/chrome-web-store-publishing.md)\n\n## Current Capabilities\n\n- Manual translation trigger (button on carousel posts)\n- Draggable translation panel\n- Target language saved in extension settings\n- Works on `linkedin.com` with Chrome Manifest V3\n\n## Limitations to Know\n\n- OCR quality depends on slide image quality and font size.\n- First translation can be slower due to model download.\n- Very dense slides may produce imperfect line breaks.\n\n## Troubleshooting (Quick)\n\n- No button appears:\n  - Refresh LinkedIn after installing or updating the extension.\n  - Make sure the post is a carousel or document post.\n- Translation is slow on first run:\n  - Wait for model download and caching.\n- Empty result:\n  - The slide may have low-contrast text or be image-heavy.\n\nMore troubleshooting steps are in [docs/usage.md](docs/usage.md).\n\n## Tech Stack\n\n- Chrome Extension Manifest V3\n- TypeScript + esbuild\n- OCR: `tesseract.js`\n- Translation: `@huggingface/transformers`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudosscience%2Fcarousel-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkudosscience%2Fcarousel-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkudosscience%2Fcarousel-translator/lists"}