Skip to content

Commit

Permalink
Working: initial Commit
Browse files Browse the repository at this point in the history
Working Application designed and developed for managing the extensions in the browser.
  • Loading branch information
leelasaiprasanth committed Nov 8, 2023
1 parent e9c0077 commit de4e4cc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# simplifyExtensions
"Simplify managing your Chrome extensions.",

## Development

Clone the repository, install the dependencies and start the application

```bash
git clone https://github.com/leelasaiprasanth/simplifyExtensions.git

```

Note: use the `depth` parameter to reduce the clone size and speed up the clone.

```sh
git clone --depth=1 https://github.com/leelasaiprasanth/simplifyExtensions.git
```

> Open chrome -> extensions -> Manage Extensions -> Turn on Developer Mode -> Load unpacked -> Select simplifyExtensions (Folder)
## Under Development

- Extension Options Page

![Options Page](<output/simplifyExtension Optionss-v1.0.png>)

- Extenstion

![Alt text](output/simplifyExtensions-v1.0.png)

0 comments on commit de4e4cc

Please sign in to comment.