Examine source code of Plain Text

Inspect and view changes in Plain Text source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
    }
  }
}