mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-03 03:47:37 +02:00
website: recommend web app
This commit is contained in:
11
index.html
11
index.html
@@ -520,7 +520,7 @@
|
|||||||
background-color: #4d7bd6;
|
background-color: #4d7bd6;
|
||||||
border: 2px solid #4569b1;
|
border: 2px solid #4569b1;
|
||||||
line-height: 2.5rem;
|
line-height: 2.5rem;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0 0;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -795,6 +795,7 @@
|
|||||||
<a aria-label="Open web app" class="btn download-btn web-app-btn" href="/app/">
|
<a aria-label="Open web app" class="btn download-btn web-app-btn" href="/app/">
|
||||||
<span>Open Web App</span>
|
<span>Open Web App</span>
|
||||||
</a>
|
</a>
|
||||||
|
<p style="margin-top:3px;">Recommended: More features. More fun!</p>
|
||||||
<a aria-label="Install chrome extension" class="btn download-btn js-chrome-btn hint--top-right" href="javascript:void(0)"
|
<a aria-label="Install chrome extension" class="btn download-btn js-chrome-btn hint--top-right" href="javascript:void(0)"
|
||||||
onclick="addToChrome()">
|
onclick="addToChrome()">
|
||||||
<img src="chrome-logo.png" height="40" alt="">
|
<img src="chrome-logo.png" height="40" alt="">
|
||||||
@@ -854,8 +855,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<h2>Preview screenshot capture</h2>
|
<h2>Preview screenshot capture</h2>
|
||||||
<p>Feel like taking a screenshot of your awesome creation, just hit the Capture button to get a beautiful screenshot of your
|
<p>Feel like taking a screenshot of your awesome creation, just hit the Capture button to get a beautiful screenshot of
|
||||||
result.
|
your result.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
@@ -974,7 +975,9 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>Read & change all your data on the websites that you visit</strong> - Worry not. This is just required for the new tab
|
<strong>Read & change all your data on the websites that you visit</strong> - Worry not. This is just required for the new tab
|
||||||
replacement feature where Web Maker shows up only if the new tab url is chrome://newtab/. Nothing is read, stored or changed.</p>
|
replacement feature where Web Maker shows up only if the new tab url is chrome://newtab/. Nothing is read, stored or
|
||||||
|
changed.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>Disclaimer</h3>
|
<h3>Disclaimer</h3>
|
||||||
<p>Web Maker
|
<p>Web Maker
|
||||||
|
Reference in New Issue
Block a user