This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathabout_webstore.html
71 lines (60 loc) · 2.12 KB
/
about_webstore.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{{+bindTo:partials.standard_store_article}}
<p class="caution">
<b>Important:</b>
Chrome will be removing support for Chrome Apps on Windows, Mac, and
Linux. Chrome OS will continue to support Chrome Apps. Additionally,
Chrome and the Web Store will continue to support extensions on all
platforms.
<a href="http://blog.chromium.org/2016/08/from-chrome-apps-to-web.html">
Read the announcement</a> and learn more about
<a href="https://developers.chrome.com/apps/migration">
migrating your app</a>.
</p>
<h1 class="page-title">What is the Chrome Web Store?</h1>
<p>
The <a href="http://chrome.google.com/webstore">Chrome Web Store</a>
lets you publish apps and games—either
free or paid—where
Google Chrome users can easily find them.
Whenever Chrome users create a new window or tab,
they see the apps they've installed,
along with a store icon
that reminds them to find more apps.
</p>
<p>
If you already have a web app,
you can create a metadata file
and then publish your app in the store within minutes.
Or you can create and publish an app
that's specialized for Chrome,
such as an extension for Chrome
or a web app that's been modified
to be downloaded and run on the user's computer.
</p>
<p>
Your app can be free,
or you can charge for it
using either Chrome Web Store Payments
or your own custom payment system.
A <a href="/webstore/check_for_payment.html">Licensing API</a> lets you check
whether the current user has paid for your app
with Chrome Web Store Payments.
</p>
<p>
To upload and publish apps, use the
<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>.
</p>
<h2 id="more">Why should I use the Chrome Web Store?</h2>
<p>
Publishing your app in the Chrome Web Store
lets you reach more people.
You can also earn revenue
or build Chrome-specific features into your app.
</p>
<h2>How do I start?</h2>
<ol>
<li> Read the <a href="/webstore/overview.html">technical overview</a></li>
<li> Publish your first app by following the
<a href="/webstore/get_started_simple.html">Getting Started tutorial</a></li>
</ol>
{{/partials.standard_store_article}}