Webmaster menu

Webmaster menu

Adds new items to browser context menu that open various analyzes of browsed web pages and sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "WebVPF",
  "version": "2.0.1",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "background": {
    "service_worker": "js/ctxt_menu.js"
  },
  "default_locale": "en",
  "options_page": "options.html"
}