Add a link of amazon gift cards to options page

This commit is contained in:
sienori 2018-06-01 20:45:21 +09:00
parent 2795eda187
commit efa227fb1f
3 changed files with 18 additions and 0 deletions

View file

@ -143,9 +143,15 @@
"donationCaptionLabel": { "donationCaptionLabel": {
"message": "Thank you for using Simple Translate.<br>Your support will be a big encouragement, as I continue to develop the add-on.<br>If you like Simple Translate, I would be pleased if you could consider donating." "message": "Thank you for using Simple Translate.<br>Your support will be a big encouragement, as I continue to develop the add-on.<br>If you like Simple Translate, I would be pleased if you could consider donating."
}, },
"amazonTitleLabel": {
"message": "amazon.co.jp eGift Cards"
},
"addonPageLabel": { "addonPageLabel": {
"message": "Add-on page" "message": "Add-on page"
}, },
"amazonUrl": {
"message": "https://www.amazon.co.jp/dp/B004N3APGO?language=en_US"
},
"addonUrl": { "addonUrl": {
"message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage" "message": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/simple-translate\/?src=optionpage"
}, },

View file

@ -333,6 +333,17 @@
</div> </div>
</li> </li>
<li>
<div class=optionContainer>
<div class="optionText">
<a class=amazonUrl href="https://www.amazon.co.jp/dp/B004N3APGO?language=ja_JP" target="_blank">
<span class="amazonTitleLabel pageLink caption">amazonギフト券 Eメールタイプ</span>
</a>
<p class=caption>email: sienori.firefox+st@gmail.com</p>
</div>
</div>
</li>
<hr> <hr>
<li> <li>

View file

@ -42,3 +42,4 @@ function readHash(e) {
} }
document.getElementsByClassName("addonUrl")[0].href = browser.i18n.getMessage("addonUrl"); document.getElementsByClassName("addonUrl")[0].href = browser.i18n.getMessage("addonUrl");
document.getElementsByClassName("amazonUrl")[0].href = browser.i18n.getMessage("amazonUrl");