diff --git a/ext/bg/import.html b/ext/bg/import.html index 3dcdfdbd..b5d2db68 100644 --- a/ext/bg/import.html +++ b/ext/bg/import.html @@ -45,7 +45,7 @@
  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. Hold down Shift or the middle mouse button as you move your cursor over text to see definitions.
  5. +
  6. Hold down Shift or the middle mouse button as you move your cursor over text to see definitions (or Shift + Ctrl for Kanji).
  7. Resize the definitions window by dragging the bottom-left corner inwards or outwards.
  8. 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 fcf7cef7..f8c55172 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.97", + "version": "0.98", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},