Live Dev Firefox

Examine source code of Live Dev

제작자: Greg Bowler
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"
    ]
  }
}

최고의 Live Dev 대안

다음은 Live Dev과(와) 유사한 Firefox add-on입니다: