-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working Application designed and developed for managing the extensions in the browser.
- Loading branch information
1 parent
e9c0077
commit de4e4cc
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |