diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-18 20:40:18 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-18 20:40:18 -0800 |
commit | 862b49dfd9e243702ca18cd02c5727cd8f8d392e (patch) | |
tree | 445203a66d61635bf9b8317b85bb2240fd817775 | |
parent | 04ff83cc6cc03c5ca868fcc86eeaa85d8f4e0bc8 (diff) |
Add donation button
-rw-r--r-- | ext/bg/img/paypal.gif | bin | 0 -> 1714 bytes | |||
-rw-r--r-- | ext/bg/options.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ext/bg/img/paypal.gif b/ext/bg/img/paypal.gif Binary files differnew file mode 100644 index 00000000..43cef691 --- /dev/null +++ b/ext/bg/img/paypal.gif diff --git a/ext/bg/options.html b/ext/bg/options.html index eec0bc1b..3bd9c2cc 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -213,6 +213,19 @@ </div> </div> </div> + + <div> + <h3>Support Development</h3> + + <p class="help-block"> + If you find Yomichan useful, please consider making a small donation as a way to show your appreciation for the countless hours + that I have devoted to this extension. Seeing that people care about my work is great motivation for continuing to + improve Yomichan! + </p> + <p> + <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4DBTN9A3CUAFN"><img src="img/paypal.gif" alt></a> + </p> + </div> </div> <div class="pull-right"> |