blob: e67b192342d98748f7956e6828d593d0ece9f7a8 (
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/jcplgieacjacdjabiiedcdfcpbgohbpp">
</head>
<body>
<h1>Install ViewTime</h1>
<a href="javascript:chrome.webstore.install();" onclick="chrome.webstore.install();return false;">Install ViewTime</a>
</body>
</html>
|