Leverage Chrome App APIs in Normal Web Pages
- Install the "API Proxy for Google Chrome™" app. Launch the app whenever you want to use the APIs.
- Install the "API Proxy Agent for Google Chrome™" 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 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.