Leverage Chrome App APIs in Normal Web Pages
- Install API Proxy for Google Chrome™. Launch the app whenever you want to use the APIs.
- Install API Proxy Agent for Google Chrome™.
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>
into your normal web pages.
Now you can use the chrome-app apis even not in chrome-apps.
Google Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Extending the apis is easy. Any contribution or suggestion is welcome.
This project is lecensed unser MIT, please see LICENSE for more information.