diff options
Diffstat (limited to 'chrome-extension')
| -rw-r--r-- | chrome-extension/options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome-extension/options.html b/chrome-extension/options.html index 59f3404..16189b0 100644 --- a/chrome-extension/options.html +++ b/chrome-extension/options.html @@ -27,16 +27,16 @@ </header> <main> <p>Notify a callback URL whenever a webpage is loaded or displayed. -<a href="http://github.com">Read more.</a></p> +<a href="https://github.com/Thibauth/browsing-activity-tracker">Read more.</a></p> <h3>Options</h3> <form> <p> -<label for=callback> Callback URL</label>: <input id="callback" type="text"><br/> +<label for=callback> Callback URL</label>: <input id="callback" type="text" spellcheck="false"><br/> <em class=info>URL to be notified.</em> </p> <hr/> <p> -<label for=key> Browser Key:</label> <input id="key" type="text"><br/> +<label for=key> Browser Key:</label> <input id="key" type="text" spellcheck="false"><br/> <em class=info>Key to identify the browser.</em> </p> </main> |
