Examine source code of Nur Text - Only Text

Inspect and view changes in Nur Text - Only 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
{
  "name": "See only Text",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "See only Text",
  "homepage_url": "http://hendrik-haas.de",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "only-text"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "tabs"
  ]
}