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

Commit 92804cb

Browse files
author
Ke, Mingze
committed
Modified project description according to the branding guidelines
1 parent 1af636d commit 92804cb

File tree

7 files changed

+18
-14
lines changed

7 files changed

+18
-14
lines changed

‎README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Chrome API Proxy
1+
# API Proxy for Google Chrome™
22

3-
Leverage Chrome App APIs in Normal Htmls
3+
Leverage Chrome App APIs in Normal Web Pages
44

55
## Installation
66

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.
99

1010
## Usage
1111

@@ -16,12 +16,16 @@ Insert
1616
<script src="http://webduinoio.github.io/chrome-api-proxy/lib/chrome.{API_USED}.js"></script>
1717
```
1818

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

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.
2226

2327
## Contribute
2428

25-
Extending api is easy. We surely welcome your pull requests.
29+
Extending the apis is easy. Any contribution or suggestion is welcome.
2630

2731
## [License](LICENSE)

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-api-proxy",
3-
"description": "Leverage Chrome App APIs in Normal Htmls",
3+
"description": "Leverage Chrome App APIs in Normal Web Pages",
44
"license": "MIT",
55
"dependencies": {
66
"json-human": "*"

‎chrome-app/assets/icon_128.png

-6.63 KB
Loading

‎chrome-app/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Chrome API Proxy",
3-
"version": "0.0.4",
2+
"name": "API Proxy for Google Chrome™",
3+
"version": "0.0.6",
44
"manifest_version": 2,
55
"minimum_chrome_version": "23",
66
"app": {

‎chrome-extension/assets/icon_128.png

-5.58 KB
Loading

‎chrome-extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Chrome API Proxy - Agent",
3-
"version": "0.0.4",
2+
"name": "API Proxy Agent for Google Chrome™",
3+
"version": "0.0.6",
44
"manifest_version": 2,
55
"minimum_chrome_version": "23",
66
"content_scripts": [{

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"scripts": {
66
"build": "./node_modules/.bin/gulp",
77
"clean": "./node_modules/.bin/gulp clean"

0 commit comments

Comments
 (0)