Yet Another Hints Extension Firefox

Examine source code of Yet Another Hints Extension

By: jkpl
Inspect and view changes in Yet Another Hints Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "yahe.js"
      ],
      "css": [
        "yahe.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yahe@lepo"
    }
  },
  "name": "Yet Another Hints Extension",
  "short_name": "YAHE",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "description": "A simple hit-a-hint extension",
  "options_ui": {
    "chrome_style": true,
    "page": "options/index.html"
  },
  "version": "1.3.1resigned1",
  "background": {
    "scripts": [
      "yahe-bg.js"
    ]
  },
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ]
}

Best Yet Another Hints Extension Alternatives

Here are some Firefox add-ons that are similar to Yet Another Hints Extension: