Notepad With Speech

Notepad With Speech

This notepad is a rich text editor based on HTML5 technology. Support speech-input for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "container": "tab",
      "web_url": "http://notepad.nmsoft.net/?from=cws"
    },
    "urls": [
      "http://notepad.nmsoft.net/?from=cws"
    ]
  },
  "api_console_project_id": "815181503751",
  "container": "GOOGLE_DRIVE",
  "default_locale": "en",
  "description": "This notepad is a rich text editor based on HTML5 technology. Support speech-input for Chrome.",
  "icons": {
    "128": "icon128.png"
  },
  "name": "__MSG_ext_name__",
  "permissions": [
    "unlimitedStorage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1.8"
}