This repository was archived by the owner on Feb 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +18
-14
lines changed Expand file tree Collapse file tree 7 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1
- # Chrome API Proxy
1
+ # API Proxy for Google Chrome™
2
2
3
- Leverage Chrome App APIs in Normal Htmls
3
+ Leverage Chrome App APIs in Normal Web Pages
4
4
5
5
## Installation
6
6
7
- 1 . Install the "Chrome API Proxy" app. Launch the app whenever you want to use the APIs.
8
- 2 . Install the "Chrome API Proxy - Agent" extension.
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.
9
9
10
10
## Usage
11
11
@@ -16,12 +16,16 @@ Insert
16
16
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome.{API_USED}.js"></script>
17
17
```
18
18
19
- in your normal htmls .
19
+ in your normal web pages .
20
20
21
- Use the chrome app apis as in the chrome apps.
21
+ Now you can use the chrome-app apis even not in chrome-apps.
22
+
23
+ ## Disclaimer
24
+
25
+ Google Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
22
26
23
27
## Contribute
24
28
25
- Extending api is easy. We surely welcome your pull requests .
29
+ Extending the apis is easy. Any contribution or suggestion is welcome .
26
30
27
31
## [ License] ( LICENSE )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chrome-api-proxy" ,
3
- "description" : " Leverage Chrome App APIs in Normal Htmls " ,
3
+ "description" : " Leverage Chrome App APIs in Normal Web Pages " ,
4
4
"license" : " MIT" ,
5
5
"dependencies" : {
6
6
"json-human" : " *"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Chrome API Proxy" ,
3
- "version" : " 0.0.4 " ,
2
+ "name" : " API Proxy for Google Chrome™ " ,
3
+ "version" : " 0.0.6 " ,
4
4
"manifest_version" : 2 ,
5
5
"minimum_chrome_version" : " 23" ,
6
6
"app" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Chrome API Proxy - Agent" ,
3
- "version" : " 0.0.4 " ,
2
+ "name" : " API Proxy Agent for Google Chrome™ " ,
3
+ "version" : " 0.0.6 " ,
4
4
"manifest_version" : 2 ,
5
5
"minimum_chrome_version" : " 23" ,
6
6
"content_scripts" : [{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chrome-api-proxy" ,
3
- "version" : " 0.0.4 " ,
4
- "description" : " Leverage Chrome App APIs in Normal Htmls " ,
3
+ "version" : " 0.0.6 " ,
4
+ "description" : " Leverage Chrome App APIs in Normal Web Pages " ,
5
5
"scripts" : {
6
6
"build" : " ./node_modules/.bin/gulp" ,
7
7
"clean" : " ./node_modules/.bin/gulp clean"
You can’t perform that action at this time.
0 commit comments