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 licensed under MIT, please see LICENSE for more information.