Live Dev Firefox

Examine source code of Live Dev

Inspect and view changes in Live Dev source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Live Dev",
  "version": "1.0",
  "description": "Automatically reload client-side assets without refreshing the page.",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "page_action": {
    "default_icon": "icon.svg",
    "default_title": "Live Dev",
    "show_matches": [
      "<all_urls>"
    ]
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  }
}

Meilleures alternatives Live Dev

Voici quelques Firefox add-ons qui sont similaires à Live Dev :