https://github.com/khulnasoft/khulnasoft-chrome
https://github.com/khulnasoft/khulnasoft-chrome
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/khulnasoft-chrome
- Owner: khulnasoft
- License: mit
- Created: 2024-11-24T16:39:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T13:40:44.000Z (9 months ago)
- Last Synced: 2025-02-01T02:16:06.765Z (8 months ago)
- Language: TypeScript
- Size: 424 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# khulnasoft-chrome
[](https://discord.gg/3XFf78nAx5)
[](https://twitter.com/intent/follow?screen_name=khulnasoft)

[](https://docs.khulnasoft.com)[](https://marketplace.visualstudio.com/items?itemName=Khulnasoft.khulnasoft)
[](https://plugins.jetbrains.com/plugin/20540-khulnasoft/)
[](https://open-vsx.org/extension/Khulnasoft/khulnasoft)
[](https://chrome.google.com/webstore/detail/khulnasoft/hobjkcpmjhlegmobgonaagepfckjkceh)_Free, ultrafast code autocomplete for Chrome_
[Khulnasoft](https://khulnasoft.com/) autocompletes your code with AI in all major IDEs. This includes web editors as well! This Chrome extension currently supports:
- [CodePen](https://codepen.io/)
- [Codeshare](https://codeshare.io/)
- [Codewars](https://www.codewars.com/)
- [Databricks notebooks (Monaco editor only)](https://www.databricks.com/)
- [Deepnote](https://deepnote.com/)
- [GitHub](https://github.com/)
- [Google Colab](https://colab.research.google.com/)
- [JSFiddle](https://jsfiddle.net/)
- [JupyterLab 3.x/Jupyter notebooks](https://jupyter.org/)
- [LiveCodes](https://livecodes.io/)
- [Paperspace](https://www.paperspace.com/)
- [Quadratic](https://www.quadratichq.com/)
- [StackBlitz](https://stackblitz.com/)In addition, any web page can support autocomplete in editors by adding the following meta tag to the `` section of the page:
```html
```
The `content` attribute accepts a comma-separated list of supported editors. These currently include: `"monaco"` and `"codemirror5"`.
To disable the extension in a specific page add the following meta tag:
```html
```
Contributions are welcome! Feel free to submit pull requests and issues related to the extension or to add links to supported websites.
🔗 [Original Chrome extension launch announcement](https://khulnasoft.com/blog/khulnasoft-chrome-extension-launch)
## 🚀 Getting started
To use the extension, install it from the [Chrome Web Store.](https://chrome.google.com/webstore/detail/khulnasoft/hobjkcpmjhlegmobgonaagepfckjkceh)
If 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`.