GitXplorerGitXplorer
X

english-check-chrome-extension

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
0167a4034a291b4a5e300edf17d4fb6963130aa9

Update README.md

XXinyueZ committed a year ago
Unverified
195c9fca5006fdd01311c5780e6a70c97d980527

add gitignore, additional read png

XXinyueZ committed 2 years ago
Unverified
4f6c674aba663dfb1af2c133e1a973f467ba6497

icon copy

XXinyueZ committed 2 years ago
Unverified
103f26890f1edf7b94037d11a719c04133c28805

add copypaste icon button

XXinyueZ committed 2 years ago
Unverified
2877674112fb0fbdc4c7c8c76d0a822f99509413

font, bg color optimise

XXinyueZ committed 2 years ago
Unverified
0a26ebcdbeede1734ad67cf51ee6a850b2c74d03

improve prompt

XXinyueZ committed 2 years ago

README

The README file for this repository.

🐦 ingo: A Chrome English Check extension powered by ChatGPT

What is this?

  • Most of codes were prompted and generated in ChatGPT :)
  • Select English text on the page.
  • Execute it from the context menu.
  • It corrects the selected text in English and displays it in a pop-up.

How to use

  • git clone https://github.com/XinyueZ/english-check-chrome-extension.git
  • Open page: chrome://extensions/
    • chrome://extensions/
  • Enable Developer mode (top right) and load unpacked (top left)
    • enable-developer-mode
    • root/src
      • load-package
  • After installation, you see like this
    • installed
  • Enter the API key of [OpenAI]:
    • menu
    • enter-api-key
  • Usage
    • usage

License (Apache-2.0)

LICENSE