n'alt text

See where image alt text is present, and give the middle finger where it's missing.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "n'alt text",
  "version": "0.2.0",
  "manifest_version": 2,
  "description": "See where image alt text is present, and give the middle finger where it's missing.",
  "icons": {
    "128": "icon_128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "n'alt it!"
  },
  "permissions": [
    "activeTab"
  ]
}