Plain Text

Plain Text

"Plain Text" is a notepad for quick notes in your browser.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Plain Text",
  "description": "__MSG_extensionDescription__",
  "version": "2.7.7",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "48": "img/icon-48-blue.png"
    },
    "default_popup": "index.html",
    "default_title": "Plain text"
  },
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "linux": "Ctrl+Shift+U"
      },
      "description": "Open the Plain text"
    }
  },
  "applications": {
    "gecko": {
      "id": "thujjon@yandex.ru"
    }
  }
}