Skip to content

vrakoton/atg-chrome-module

Repository files navigation

atg-chrome-module

The purpose of this project is to write a Chrome plugin for ATG dynamo administration web interface. All suggestions on features which may ease and accelerate the day to day work in ATG web administration console for the developper and the admin sys is welcome.

This version includes the following features:

General helper on all services

  • General debug on shortcut for any service (ALT+g)
  • General debug off shortcut for any service (ALT+Shift+g)

Helper on repository admin page

  • An autocompletion field to write repository XML query statement
  • Some shortcut to allow line duplication in the XML field (ALT+E)
  • Cache invalidation shortcut (ALT+I)

Disclaimer

The code is provided as is and you can use it on your personal or business machine at your own risk. I should not be responsible of a misuse or a bug in the extension if that causes a major production issue, any kind of data loss or any harm on your project's servers/data.

Development

Feel free to clone my repository, it is under GPL v2 license. The project development environment is based on a [Yeoman] (http://yeoman.io) folder structure generated by the chrome-extension generator :

npm install -g generator-chrome-extension
mkdir atg-chrome-module
cd atg-chrome-module
yo chrome-extension

For reference on Google Chrome extension development, you can visit Google's page here: Google Chrome Extension Development

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published