diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-06-12 20:18:32 -0400 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-06-12 20:18:32 -0400 |
commit | 4a75e71412301e9a592a257341f7452954ac0bbf (patch) | |
tree | 24298e48b85c37754e378c9b4812e20a212f279a | |
parent | 5c964ad5d59c16b2c01dc0b68cf7e3af90d5e601 (diff) |
Add inline installation test
-rw-r--r-- | test-inline-installation.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-inline-installation.html b/test-inline-installation.html new file mode 100644 index 0000000..51a1d2f --- /dev/null +++ b/test-inline-installation.html @@ -0,0 +1,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> |