https://github.com/kushalv238/editor-extension
A Chrome extension codebase for a essay analyzer app.
https://github.com/kushalv238/editor-extension
chrome chrome-api chrome-extension
Last synced: 11 months ago
JSON representation
A Chrome extension codebase for a essay analyzer app.
- Host: GitHub
- URL: https://github.com/kushalv238/editor-extension
- Owner: kushalv238
- Created: 2024-03-06T15:33:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T06:25:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T16:14:35.173Z (about 1 year ago)
- Topics: chrome, chrome-api, chrome-extension
- Language: JavaScript
- Homepage: https://essayanalyzer.netlify.app/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Editor Extension
A Chrome extension codebase for [https://essayanalyzer.netlify.app/](https://essayanalyzer.netlify.app/)
## Running locally
1. Clone this Extension Repository
```bash
git clone https://github.com/kushalv238/editor-extension
```
2. Navigate to Extensions
> Navigate to [chrome://extensions](chrome://extensions)
3. Enable Developer Mode
> Toggle on the “Developer mode” switch located in the top-right corner.
4. Load the Unpacked Extension
> Click on the “LOAD UNPACKED” button. Navigate to the unzipped build folder of this project that you cloned in Step 1. Select the folder and click “OK” or “Open” to proceed.
5. Start Using the Extension Locally
> Congratulations! You have successfully uploaded and loaded the extension locally. You can now start using the extension’s functionalities and test its features within your Chrome browser.
## Using the extension
The extension uses auth from the [main essay analyzer app](https://essayanalyzer.netlify.app) to call apis
1. Pin the extension for easy access.
2. Click on the extension icon & it will ask you to login.
3. Click on the login button and you will be navigated to https://essayanalyzer.netlify.app/main, login using any of the auth options.
4. After logging in just click on the extension icon again to sync the login info from the website to the extension.
5. Now you can use this extension on any other website.
Note: When extension is newly downloaded a reload is required to the page where you will be using the extension.