https://github.com/devlopersabbir/keyword-generator-chrome-extension
A powerfull keyword maker chrome extension. Give a paragraph/word it's make keyword for you.
https://github.com/devlopersabbir/keyword-generator-chrome-extension
chrome-extension extesnion keyword-extraction keyword-genrator openai typescript
Last synced: about 2 months ago
JSON representation
A powerfull keyword maker chrome extension. Give a paragraph/word it's make keyword for you.
- Host: GitHub
- URL: https://github.com/devlopersabbir/keyword-generator-chrome-extension
- Owner: devlopersabbir
- Created: 2023-04-29T21:10:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T08:25:55.000Z (about 3 years ago)
- Last Synced: 2025-07-18T04:30:45.666Z (11 months ago)
- Topics: chrome-extension, extesnion, keyword-extraction, keyword-genrator, openai, typescript
- Language: TypeScript
- Homepage: https://keyword-generator-chrome-extension.vercel.app
- Size: 851 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A powerfull keyword maker chrome extension
**A powerfull keyword maker chrome extension. Give a paragraph it's make keyword for you.** This extesnion help us to create keyword based on your prompt. If you are enter any `pragraph`, `Blog text` or any of the `Content` then I will generate for you keyword with [openAI](https://platform.openai.com/docs/api-reference/completions) completions tools.
Here is the extesnion interface
|Main/Home Screen|Modal Screen|
| -------- | -------- |
 | 
## How to use it?
- Clone this repositorie with this command
```console
git clone https://github.com/devlopersabbir/keyword-generator-chrome-extension.git
```
# Stop!
- You have to create a `api_key` from [openAI](https://platform.openai.com/account/api-keys) and you have to past.
- To past the `api_key` please go to the src -> App.tsx and assign your `api_key` into this veriable
```ts
const YOUR_API_KEY = "sk-oxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
```
- Now change your directory and install all dependencies aslo build extesnion when clone finished.
```console
cd keyword-generator-chrome-extension && npm i && npm run build
```
- When you have finished build this extesnion then you will see a directory called `dist`.
- So far, are in the last step now. Go to your extension page and upload your `dist` forlder. that's it.
## Youtube video tutorial
If you want to see the youtube video tutorial then it's waiting for your. [click me to watch](https://youtu.be/LOcWxUQbYPY)
## [dev.to](https://dev.to) blog post
Here is the blog post [click me to read](https://dev.to/devlopersabbir/create-a-keyword-generator-chrome-extension-1gfh)
#### Author
Full name [Sabbir Hossain Shuvo](https://www.showwcase.com/devlopersabbir). And the GitHub profile is [https://github.com/devlopersabbir](https://github.com/devlopersabbir).
#### LICENSE
MIT