The goal of this project is to develop a Google Chrome extension for the specification of iAPIs inside generic web pages.
All software of the project is free and open-source, as specified by the terms of the BSD license.
- Supports the annotation of structured data inside web pages
- Supports the annotation of user interfaces for cloning
- Supports the annotation of forms for form automation
- Stores annotations either locally (Local Storage) or remotely (open iAPI repository)
- Interactive and intuitive user interface
- Latest versions of Google Chrome
The implementation of this service is based on [iAPI HTML annotation format] (http://www.w3.org/community/interative-apis/wiki/Main_Page). The specification is developed and maintained by the W3C Interactive APIs Community Group. The Group is open, participation is free, and contributions are welcome from everyone.
Everybody who wants to contribute to this project is welcome. We keep the Master branch of the code with stable results and require each contributor to work in an own branch and to make suitable Pull Requests for features they would like to be included in the Master.
Here some useful links to understand how Git works: