Network Status Indicator Firefox

Examine source code of Network Status Indicator

제작자: Mostafa devBy
Inspect and view changes in Network Status Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Network Status Indicator",
  "version": "1.0",
  "description": "Shows a green circle when online, and a red circle when offline.",
  "browser_specific_settings": {
    "gecko": {
      "id": "@NetworkStatusIndicator",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "58.0"
    }
  },
  "action": {
    "default_title": "Checking network..."
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 Network Status Indicator 대안

다음은 Network Status Indicator과(와) 유사한 Firefox add-on입니다: