Leverage Chrome App APIs in Normal Htmls
- Install the "Chrome API Proxy" app. Launch the app whenever you want to use the APIs.
- Install the "Chrome API Proxy - Agent" extension.
Insert
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome._api.js"></script>
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome.{API_USED}.js"></script>
in your normal htmls.
Use the chrome app apis as in the chrome apps.
Extending api is easy. We surely welcome your pull requests.