RxJS Insights Firefox

Examine source code of RxJS Insights

By: kszksz
Inspect and view changes in RxJS Insights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.0.2",
  "name": "RxJS Insights",
  "description": "See through the observables",
  "icons": {
    "16": "icons/rxjs-insights-16.png",
    "32": "icons/rxjs-insights-32.png",
    "48": "icons/rxjs-insights-48.png",
    "128": "icons/rxjs-insights-128.png",
    "256": "icons/rxjs-insights-256.png"
  },
  "homepage_url": "https://github.com/ksz-ksz/rxjs-insights",
  "permissions": [],
  "devtools_page": "devtools-page.html",
  "background": {
    "scripts": [
      "dist/background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "dist/page-script.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37f6c0fc-ae1b-4dc2-b210-c02e4154c4bb}"
    }
  }
}

Best RxJS Insights Alternatives

Here are some Firefox add-ons that are similar to RxJS Insights: