{"id":18265315,"url":"https://github.com/exafunction/codeium-chrome","last_synced_at":"2025-04-04T21:31:42.660Z","repository":{"id":157436055,"uuid":"629745630","full_name":"Exafunction/codeium-chrome","owner":"Exafunction","description":"Free, ultrafast code autocomplete for Chrome","archived":false,"fork":false,"pushed_at":"2024-03-13T06:09:00.000Z","size":528,"stargazers_count":99,"open_issues_count":12,"forks_count":16,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-04-14T03:07:35.018Z","etag":null,"topics":["autocomplete","chrome","chrome-extension","codeium","colab","colab-notebook","copilot","editor","extension","ide","javascript","jupyter","jupyter-notebook","python"],"latest_commit_sha":null,"homepage":"https://www.codeium.com/","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/Exafunction.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-19T00:13:54.000Z","updated_at":"2024-04-16T19:31:30.686Z","dependencies_parsed_at":"2023-12-12T03:21:36.976Z","dependency_job_id":"5a03b043-6e2c-4ee0-9c13-272857a5981d","html_url":"https://github.com/Exafunction/codeium-chrome","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exafunction%2Fcodeium-chrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exafunction%2Fcodeium-chrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exafunction%2Fcodeium-chrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exafunction%2Fcodeium-chrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exafunction","download_url":"https://codeload.github.com/Exafunction/codeium-chrome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247252240,"owners_count":20908651,"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","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":["autocomplete","chrome","chrome-extension","codeium","colab","colab-notebook","copilot","editor","extension","ide","javascript","jupyter","jupyter-notebook","python"],"created_at":"2024-11-05T11:17:48.940Z","updated_at":"2025-04-04T21:31:42.654Z","avatar_url":"https://github.com/Exafunction.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"300\" alt=\"Codeium\" src=\"codeium.svg\"/\u003e\n\u003c/p\u003e\n\n---\n\n[![Discord](https://img.shields.io/discord/1027685395649015980?label=community\u0026color=5865F2\u0026logo=discord\u0026logoColor=FFFFFF)](https://discord.gg/3XFf78nAx5)\n[![Twitter Follow](https://img.shields.io/badge/style--blue?style=social\u0026logo=twitter\u0026label=Follow%20%40codeiumdev)](https://twitter.com/intent/follow?screen_name=codeiumdev)\n![License](https://img.shields.io/github/license/Exafunction/codeium-chrome)\n[![Docs](https://img.shields.io/badge/Codeium%20Docs-09B6A2)](https://docs.codeium.com)\n\n[![Visual Studio](https://img.shields.io/visual-studio-marketplace/i/Codeium.codeium?label=Visual%20Studio\u0026logo=visualstudio)](https://marketplace.visualstudio.com/items?itemName=Codeium.codeium)\n[![JetBrains](https://img.shields.io/jetbrains/plugin/d/20540?label=JetBrains)](https://plugins.jetbrains.com/plugin/20540-codeium/)\n[![Open VSX](https://img.shields.io/open-vsx/dt/Codeium/codeium?label=Open%20VSX)](https://open-vsx.org/extension/Codeium/codeium)\n[![Google Chrome](https://img.shields.io/chrome-web-store/users/hobjkcpmjhlegmobgonaagepfckjkceh?label=Google%20Chrome\u0026logo=googlechrome\u0026logoColor=FFFFFF)](https://chrome.google.com/webstore/detail/codeium/hobjkcpmjhlegmobgonaagepfckjkceh)\n\n# codeium-chrome\n\n_Free, ultrafast code autocomplete for Chrome_\n\n[Codeium](https://codeium.com/) autocompletes your code with AI in all major IDEs. This includes web editors as well! This Chrome extension currently supports:\n\n- [CodePen](https://codepen.io/)\n- [Codeshare](https://codeshare.io/)\n- [Codewars](https://www.codewars.com/)\n- [Databricks notebooks (Monaco editor only)](https://www.databricks.com/)\n- [Deepnote](https://deepnote.com/)\n- [GitHub](https://github.com/)\n- [Google Colab](https://colab.research.google.com/)\n- [JSFiddle](https://jsfiddle.net/)\n- [JupyterLab 3.x/Jupyter notebooks](https://jupyter.org/)\n- [LiveCodes](https://livecodes.io/)\n- [Paperspace](https://www.paperspace.com/)\n- [Quadratic](https://www.quadratichq.com/)\n- [StackBlitz](https://stackblitz.com/)\n\nIn addition, any web page can support autocomplete in editors by adding the following meta tag to the `\u003chead\u003e` section of the page:\n\n```html\n\u003cmeta name=\"codeium:type\" content=\"monaco\" /\u003e\n```\n\nThe `content` attribute accepts a comma-separated list of supported editors. These currently include: `\"monaco\"` and `\"codemirror5\"`.\n\nTo disable the extension in a specific page add the following meta tag:\n\n```html\n\u003cmeta name=\"codeium:type\" content=\"none\" /\u003e\n```\n\nContributions are welcome! Feel free to submit pull requests and issues related to the extension or to add links to supported websites.\n\n🔗 [Original Chrome extension launch announcement](https://codeium.com/blog/codeium-chrome-extension-launch)\n\n## 🚀 Getting started\n\nTo use the extension, install it from the [Chrome Web Store.](https://chrome.google.com/webstore/detail/codeium/hobjkcpmjhlegmobgonaagepfckjkceh)\n\nIf you'd like to develop the extension, you'll need Node and pnpm (`npm install -g pnpm`). After `pnpm install`, use `pnpm start` to develop, and `pnpm build` to package. For the enterprise build, use `pnpm build:enterprise`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexafunction%2Fcodeium-chrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexafunction%2Fcodeium-chrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexafunction%2Fcodeium-chrome/lists"}