Skip to content

Commit

Permalink
updated Readme and License
Browse files Browse the repository at this point in the history
  • Loading branch information
VinamraSaurav committed Nov 14, 2024
1 parent ee6a555 commit 8c40c83
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ You can either clone the repository or download the latest release.

In the Chrome Extensions page, toggle **Developer mode** on (usually located in the top right corner of the page).

![Enable Developer Mode](images/developer.jpg)
![Enable Developer Mode](assets/images/developer.webp)

4. **Load the Unpacked Extension**

Click on **Load unpacked**.

![Load Unpacked](images/load_unpacked.jpg)
![Load Unpacked](assets/images/load_unpacked.webp)

5. **Select the Extension Folder**

In the file dialog, navigate to the cloned repository folder, select it, and click **Open**.

![Select Folder](images/select_folder.jpg)
![Select Folder](assets/images/select_folder.webp)


## Contributing 🤝
Expand Down
Binary file added assets/images/developer.webp
Binary file not shown.
Binary file added assets/images/load_unpacked.webp
Binary file not shown.
Binary file added assets/images/select_folder.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Google Form Data Logger",
"name": "Google Form AI Response",
"version": "1.0",
"description": "Logs Google Form questions and choices to the console.",
"description": "A Chrome extension that scans questions and options from Google Forms, retrieves data, and intelligently generates answers to help streamline form completion.",
"permissions": ["activeTab", "scripting", "storage"],
"host_permissions": ["https://docs.google.com/forms/*"],
"background": {
Expand Down

0 comments on commit 8c40c83

Please sign in to comment.