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:
Python Notebook Viewer
Rushikesh Tade
Darker Jupyter
iamkentleom
NoteBook Buddy
iArunava
My Jupyter Notebook
Eric
Sidebar Notebook
MrSuperfluous
Markdown Viewer
Burlac MIhail
Notebook Viewer Button for Github
Gajraj Singh Chouhan
Markdown Viewer Pro
Soul in Silicon
Markdown Viewer Webext
Cimbali
MarkLens — Markdown Viewer
Kraftware Labs
Markdown Live Editor
Shuimu
Lens - Advanced JSON Viewer
Sumanta Saha