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をいくつか紹介します: