diff --git a/ext/bg/guide.html b/ext/bg/guide.html index 6bd4baea..315012af 100644 --- a/ext/bg/guide.html +++ b/ext/bg/guide.html @@ -2,7 +2,7 @@ - Using Yomichan + Yomichan Usage Guide @@ -10,12 +10,20 @@
+

This is a minimal guide to get you started 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. +
  3. Right-click on the icon and select Options to open the Yomichan options page. +
  4. Hold down Shift or the middle mouse button as you move your cursor over text to see definitions.
  5. +
  6. Resize the definition window by dragging the bottom-left corner inwards or outwards.
  7. +
  8. Click on Kanji in the definition window to view additional information about that character.
  9. +
- +

Enjoy!

diff --git a/ext/manifest.json b/ext/manifest.json index 0cf29ffe..239cf2af 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "0.95", + "version": "0.96", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},