From 1ac3ad9d56ff08d02f2009597605e12ffa61b92e Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 29 Dec 2016 09:46:03 -0800 Subject: [PATCH] tweaks to guide, bumping version number --- ext/bg/guide.html | 8 ++++---- ext/manifest.json | 4 ++-- 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 @@

Welcome to Yomichan!

-

Thank you for downloading this extension! I sincerely hope that it will assist you on your language learning journey.

+

Thank you for downloading this extension! I hope that Yomichan will help you on your language learning journey.

Quick Guide

- 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 official homepage.

  1. Left-click on the icon to enable or disable Yomichan for the current browser instance.
  2. Right-click on the icon and select Options to open the Yomichan options page.
  3. -
  4. Import any dictionaries (bundled or custom) you wish to use for Kanji and term searches.
  5. +
  6. Import any dictionaries (bundled or custom) you wish to use for Kanji and term searches; none are imported by default.
  7. Hold down Shift (or the middle mouse button) as you hover over text to see term definitions.
  8. -
  9. Resize the definitions window by dragging the bottom-left corner inwards or outwards.
  10. +
  11. Resize the definitions window by dragging the bottom-left corner inwards or outwards to make it smaller or larger.
  12. Click on Kanji in the definition window to view additional information about that character.
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"