type RUSSIANEASY on Latin keyboard (IME)

type RUSSIANEASY on Latin keyboard (IME)

RUSSIANEASY Russian 1:1 map. F4 toggle ON/OFF. Type Cyrillic on Latin Keyboard (US/UK,Spanish,Brazil, Germany,France etc.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/code/utranslit.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/code/ContentScript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "RUSSIANEASY Russian 1:1 map. F4 toggle ON/OFF. Type Cyrillic on Latin Keyboard (US/UK,Spanish,Brazil, Germany,France etc.)",
  "icons": {
    "128": "img/ARRO.jpg"
  },
  "manifest_version": 2,
  "name": "type RUSSIANEASY on Latin keyboard (IME)",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.4"
}