Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit f113052

Browse files
authored
Update README.md
1 parent cb86e6e commit f113052

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Leverage Chrome App APIs in Normal Web Pages
44

55
## Installation
66

7-
1. Install the "API Proxy for Google Chrome™" app. Launch the app whenever you want to use the APIs.
8-
2. Install the "API Proxy Agent for Google Chrome™" extension.
7+
1. Install [API Proxy for Google Chrome™](https://chrome.google.com/webstore/detail/api-proxy-for-google-chro/pddlkidaibpbhpkfbhkbeolbagpmkhhn). Launch the app whenever you want to use the APIs.
8+
2. Install [API Proxy Agent for Google Chrome™](https://chrome.google.com/webstore/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp).
99

1010
## Usage
1111

1212
Insert
1313

14-
```
14+
```html
1515
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome._api.js"></script>
1616
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome.{API_USED}.js"></script>
1717
```
1818

19-
in your normal web pages.
19+
into your normal web pages.
2020

2121
Now you can use the chrome-app apis even not in chrome-apps.
2222

@@ -32,4 +32,6 @@ Extending the apis is easy. Any contribution or suggestion is welcome.
3232

3333
- [繁體中文 ( Traditional Chinese )](https://github.com/webduinoio/chrome-api-proxy/wiki/Chinese-(-Traditional-))
3434

35-
## [License](LICENSE)
35+
## License
36+
37+
This project is lecensed unser MIT, please see [LICENSE](LICENSE) for more information.

0 commit comments

Comments
 (0)