Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peternewnham/invigilator
A Google Chrome extension for managing your extensions and apps with additional security checks.
https://github.com/peternewnham/invigilator
Last synced: about 1 month ago
JSON representation
A Google Chrome extension for managing your extensions and apps with additional security checks.
- Host: GitHub
- URL: https://github.com/peternewnham/invigilator
- Owner: peternewnham
- License: mit
- Created: 2014-07-09T13:51:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T15:09:51.000Z (over 10 years ago)
- Last Synced: 2024-06-12T17:36:18.119Z (6 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/invigilator/gmhgjkobbgamddnpceaieojogffcmckh
- Size: 648 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.mit
Awesome Lists containing this project
README
Invigilator - Chrome Extension
=============================Invigilator is a [Google Chrome](https://www.google.com/chrome) extension for managing your extensions and apps with additional security checks.
### Features
- Manage extensions from a convenient popup window
- Remember extensions you have uninstalled
- Full extension history showing when extensions were installed, enabled/disabled, updated and more
- Alert you whenever an extension has been updated
- Alert you if the owner of an extension has changed
- Alert you if reviews containing adware/spyware keywords are detected### [Install the addon here from the Chrome Web Store](https://chrome.google.com/webstore/detail/invigilator/gmhgjkobbgamddnpceaieojogffcmckh)
Please use the [issue tracker](https://github.com/wrakky/invigilator/issues) to report any bugs or make suggestions
## Contribute
All contributions are welcome. The project uses [Grunt](http://gruntjs.com/) for automated builds and [Less](http://lesscss.org/) for CSS.
### Quickstart
Install [node.js](http://nodejs.org/). Once installed run the following commands to install grunt, less and generate a build.
```bash
npm install -g grunt-cli
npm install -g less
cd /path/to/invigilator
npm install
grunt
```Source code is located in the `src` directory. Grunt will monitor any changes to the files in this folder and automatically compile
and generate a new builds in the `build` directory. Set `/path/to/invigilator/build` as the location of your unpacked extension and
you can now makes changes and see the results in your browser.### Translating
Locales will be coming in a future release
### Credit
If you would like to be credited for your contribution please also include a name and link (personal site, twitter etc)
with your submission