{"id":26972688,"url":"https://github.com/clouderhem/translationtracker","last_synced_at":"2026-05-20T05:10:53.235Z","repository":{"id":53114050,"uuid":"521248436","full_name":"CLOUDERHEM/TranslationTracker","owner":"CLOUDERHEM","description":"A chrome extension for tracking the translation history in the web","archived":false,"fork":false,"pushed_at":"2023-05-18T12:19:04.000Z","size":476,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T01:39:05.977Z","etag":null,"topics":["chrome-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CLOUDERHEM.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":"2022-08-04T11:58:26.000Z","updated_at":"2023-05-18T11:51:55.000Z","dependencies_parsed_at":"2023-02-09T21:45:29.061Z","dependency_job_id":"3e38f98f-2591-4909-8a9d-2207bdbb04a7","html_url":"https://github.com/CLOUDERHEM/TranslationTracker","commit_stats":null,"previous_names":["clouderhem/translationtracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CLOUDERHEM/TranslationTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLOUDERHEM%2FTranslationTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLOUDERHEM%2FTranslationTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLOUDERHEM%2FTranslationTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLOUDERHEM%2FTranslationTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CLOUDERHEM","download_url":"https://codeload.github.com/CLOUDERHEM/TranslationTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLOUDERHEM%2FTranslationTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273377149,"owners_count":25094526,"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-09-02T02:00:09.530Z","response_time":77,"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":["chrome-extension"],"created_at":"2025-04-03T09:18:27.151Z","updated_at":"2026-05-20T05:10:48.216Z","avatar_url":"https://github.com/CLOUDERHEM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Plasmo extension](https://docs.plasmo.com/) project bootstrapped\nwith [`plasmo init`](https://www.npmjs.com/package/plasmo).\n\n## Info\n\nThis is a simple Chrome extension that records translation history.\n\nSimply **paste** the word or sentence into the text area, and both the original word/sentence and its translated version\nwill be automatically stored in the cloud platform.\n\n### Feature\n\n* automatically save to cloud storage\n* export records as local file\n* easy manage in web tab\n\nMore features will be supported in the future.\n\n### Support\n\n* [fanyi.baidu.com](https://fanyi.baidu.com)\n* [fanyi.youdao.com](https://fanyi.youdao.com)\n* [fanyi.qq.com](https://fanyi.qq.com)\n* [cn.bing.com/translator](https://cn.bing.com/translator)\n\nMore webs will be added\n\n### Screen Shot\n\n1. Using\n   ![img.png](doc/3.png)\n\n2. Main\n   ![img.png](doc/2.png)\n\n3. Setting\n   ![img.png](doc/4.png)\n\n4. Manage tab\n   ![img.png](doc/1.png)\n\n## Getting Started\n\n1. First you hava to register a new count in [Leancloud](https://leancloud.app/) for storing the data\n2. create a LeanStorage app\n3. `Data storage -\u003e data -\u003e create class`, sames to `src/class/TrRecord.tsx`\n4. Rename the `config.sample.tsx` to `config.tsx`\n5. Get `id`, `key` and `serviceUrl` from the Leancloud and set them into the `config.tsx`\n\n## Run the development server:\n\n```bash\npnpm dev\n# or\nnpm run dev\n```\n\nOpen your browser and load the appropriate development build. For example, if you are developing for the chrome browser,\nusing manifest v3, use: `build/chrome-mv3-dev`.\n\nYou can start editing the popup by modifying `popup.tsx`. It should auto-update as you make changes. To add an options\npage, simply add a `options.tsx` file to the root of the project, with a react component default exported. Likewise to\nadd a content page, add a `content.ts` file to the root of the project, importing some module and do some logic, then\nreload the extension on your browser.\n\nFor further guidance, [visit our Documentation](https://docs.plasmo.com/)\n\n## Making production build\n\nRun the following:\n\n```bash\npnpm build\n# or\nnpm run build\n```\n\nThis should create a production bundle for your extension, ready to be zipped and published to the stores.\n\n## Install\n\nSee the [doc](https://docs.plasmo.com/#loading-the-extension-in-chrome)\n\n## Submit to the webstores\n\nThe easiest way to deploy your Plasmo extension is to use the built-in [bpp](https://bpp.browser.market) GitHub action.\nPrior to using this action however, make sure to build your extension and upload the first version to the store to\nestablish the basic credentials. Then, simply\nfollow [this setup instruction](https://docs.plasmo.com/workflows#submit-your-extension) and you should be on your way\nfor automated submission!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouderhem%2Ftranslationtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclouderhem%2Ftranslationtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouderhem%2Ftranslationtracker/lists"}