Comfort On-Screen Keyboard Pro Extension

Comfort On-Screen Keyboard Pro Extension

Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro software has to be installed and running: download on-screen keyboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "ckeyboard.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Brings up the on-screen keyboard when entering text input fields. Comfort On-Screen Keyboard Pro has to be installed and running.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "256": "icon256.png"
  },
  "name": "Comfort On-Screen Keyboard Pro Extension",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "version": "4.2",
  "author": "Comfort Software Group",
  "manifest_version": 2
}