How do I type this

How do I type this

Adds a context menu explaining how to type the selected text on various keyboard layouts in Windows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "author": "Jan Kučera",
  "version": "1.0",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "howto.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "ico16.png",
    "128": "ico128.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}