summaryrefslogtreecommitdiff
path: root/test-inline-installation.html
blob: 51a1d2f3434324bd99d8aba351e4556a4f7d3261 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
    <head>
        <title>Inline installation test</title>
        <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/viewtime/jcplgieacjacdjabiiedcdfcpbgohbpp">
    </head>
    <body>
        <h1>Install ViewTime</h1>
        <a href="javascript:chrome.webstore.install();" onclick="chrome.webstore.install();return false;">Install ViewTime</a>
    </body>
</html>