aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-12-29 09:46:03 -0800
committerAlex Yatskov <alex@foosoft.net>2016-12-29 09:46:03 -0800
commit1ac3ad9d56ff08d02f2009597605e12ffa61b92e (patch)
tree34b01ac9c0a4883b84b2038513e9130bba279cc6
parentc185125e9f558faa765a8b185bfe6d6e6ec8148b (diff)
tweaks to guide, bumping version number1.0.0
-rw-r--r--ext/bg/guide.html8
-rw-r--r--ext/manifest.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html
index d6809139..23704934 100644
--- a/ext/bg/guide.html
+++ b/ext/bg/guide.html
@@ -12,22 +12,22 @@
<h1>Welcome to Yomichan!</h1>
</div>
- <p>Thank you for downloading this extension! I sincerely hope that it will assist you on your language learning journey.</p>
+ <p>Thank you for downloading this extension! I hope that Yomichan will help you on your language learning journey.</p>
<div>
<h2>Quick Guide</h2>
<p>
- Please read the steps outlined below to get quickly get up and running with Yomichan. For complete documentation,
+ Read the steps below to get up and running with Yomichan. For complete documentation,
visit the <a href="https://foosoft.net/projects/yomichan-chrome/" target="_blank">official homepage</a>.
</p>
<ol>
<li>Left-click on the <img src="../img/icon16.png" alt> icon to enable or disable Yomichan for the current browser instance.</li>
<li>Right-click on the <img src="../img/icon16.png" alt> icon and select <em>Options</em> to open the Yomichan options page.</li>
- <li>Import any dictionaries (bundled or custom) you wish to use for Kanji and term searches.</li>
+ <li>Import any dictionaries (bundled or custom) you wish to use for Kanji and term searches; none are imported by default.</li>
<li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li>
- <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards.</li>
+ <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards to make it smaller or larger.</li>
<li>Click on Kanji in the definition window to view additional information about that character.</li>
</ol>
</div>
diff --git a/ext/manifest.json b/ext/manifest.json
index 6320e072..86908f0e 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Yomichan",
- "version": "0.9983",
+ "version": "1.0.0",
"description": "Japanese dictionary with Anki integration",
"icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
@@ -27,7 +27,7 @@
"permissions": [
"webRequest",
"webRequestBlocking",
- "file://*",
+ "file://*/*",
"http://127.0.0.1/*",
"https://ankiweb.net/*",
"storage"