{"id":15710967,"url":"https://github.com/joonas-yoon/speech-translator","last_synced_at":"2025-10-14T17:31:21.437Z","repository":{"id":42716490,"uuid":"142870585","full_name":"joonas-yoon/speech-translator","owner":"joonas-yoon","description":"Chrome extension for translating speech from audio stream on browser tab","archived":true,"fork":false,"pushed_at":"2023-01-06T13:54:11.000Z","size":2066,"stargazers_count":9,"open_issues_count":10,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T10:36:20.743Z","etag":null,"topics":["ajax","chrome-extension","chrome-extensions","google-chrome-extension","speech-translator","vanilla-javascript"],"latest_commit_sha":null,"homepage":"http://speechtranslator.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joonas-yoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-30T12:11:36.000Z","updated_at":"2024-07-10T00:18:45.000Z","dependencies_parsed_at":"2023-02-06T04:46:26.059Z","dependency_job_id":null,"html_url":"https://github.com/joonas-yoon/speech-translator","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/joonas-yoon/speech-translator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-yoon%2Fspeech-translator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-yoon%2Fspeech-translator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-yoon%2Fspeech-translator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-yoon%2Fspeech-translator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joonas-yoon","download_url":"https://codeload.github.com/joonas-yoon/speech-translator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joonas-yoon%2Fspeech-translator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020077,"owners_count":26086806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["ajax","chrome-extension","chrome-extensions","google-chrome-extension","speech-translator","vanilla-javascript"],"created_at":"2024-10-03T21:10:58.243Z","updated_at":"2025-10-14T17:31:21.156Z","avatar_url":"https://github.com/joonas-yoon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speech Translator Chrome Extension\r\n\r\n\u003cdiv align=center\u003e\r\n\r\n![Logo](./docs/images/logo.png)\r\n\r\n\u003c/div\u003e\r\n\r\n\u003cdiv align=center\u003e\r\n\r\n![Version](https://img.shields.io/badge/version-1.3.0-blue.svg)\r\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aafc06dd65d041ab8f1f322af0e5ac3d)](https://app.codacy.com/manual/joonas-yoon/speech-translator?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=joonas-yoon/speech-translator\u0026utm_campaign=Badge_Grade_Dashboard)\r\n[![Build Status](https://travis-ci.org/joonas-yoon/speech-translator-server.svg?branch=master)](https://travis-ci.org/joonas-yoon/speech-translator-server)\r\n[![GitHub stars](https://img.shields.io/github/stars/joonas-yoon/speech-translator)](https://github.com/joonas-yoon/speech-translator/stargazers)\r\n[![Code Style](https://img.shields.io/badge/code%20style-google-informational.svg)](https://google.github.io/styleguide/jsguide.html)\r\n\r\n\u003c/div\u003e\r\n\r\nThis browser extension shows the translated results of speech from browser tab sound.\r\n\r\n**The server** is available on [@joonas-yoon/speech-translator-server](https://github.com/joonas-yoon/speech-translator-server)\r\n\r\n\u003cdiv align=center\u003e\r\n\r\n![architecture](./docs/images/overview.png)\r\n\r\n\u003c/div\u003e\r\n\r\n## Dependencies\r\n\r\n- [Google Chrome Extensions](https://developer.chrome.com/extensions/overview)\r\n- [Google Cloud Speech-To-Text](https://cloud.google.com/speech-to-text/)\r\n- [Google Cloud Storage](https://cloud.google.com/storage/)\r\n- [Google Cloud Translation API](https://cloud.google.com/translate/)\r\n\r\n## Chrome\r\n\r\nKill all chrome instances before running command:\r\n\r\nWindows:\r\n\r\n```\r\nCMD\u003e \"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" --disable-web-security --user-data-dir=\"[temp directory here]\"\r\n```\r\n\r\nLinux/Mac:\r\n\r\n```\r\nchromium-browser --disable-web-security --user-data-dir=\"[temp directory here]\"\r\n```\r\n\r\nGetting started Chrome Extension:\r\n\r\n- https://developer.chrome.com/extensions/getstarted\r\n\r\n## Video\r\n\r\n[![Video v1.2](https://img.youtube.com/vi/Dry5jo6nQF4/0.jpg)](https://youtu.be/Dry5jo6nQF4)\r\n\r\nYoutube: https://youtu.be/Dry5jo6nQF4\r\n\r\n## Contributors\r\n\r\nAlways thanks for your contribution :+1:\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoonas-yoon%2Fspeech-translator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoonas-yoon%2Fspeech-translator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoonas-yoon%2Fspeech-translator/lists"}