JupyLens - Jupyter Notebook Viewer & Editor Firefox

Examine source code of JupyLens - Jupyter Notebook Viewer & Editor

By: niloy
Inspect and view changes in JupyLens - Jupyter Notebook Viewer & Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JupyLens - Jupyter Notebook Viewer & Editor",
  "version": "1.2.0",
  "description": "Open, view, and edit Jupyter/IPython Notebook (.ipynb) files directly in your browser.",
  "developer": {
    "name": "Sajjad Ahmed Niloy"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jupylens@sajjad-ahmed",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*.ipynb",
        "*.ipynb?*",
        "*.ipynb#*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best JupyLens - Jupyter Notebook Viewer & Editor Alternatives

Here are some Firefox add-ons that are similar to JupyLens - Jupyter Notebook Viewer & Editor: