download.json 513 B

123456789101112131415161718192021
  1. {
  2. "title": "File Browser Download",
  3. "description": "File Browser Download settings.",
  4. "jupyter.lab.menus": {
  5. "context": [
  6. {
  7. "command": "filebrowser:download",
  8. "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
  9. "rank": 9
  10. },
  11. {
  12. "command": "filebrowser:copy-download-link",
  13. "selector": ".jp-DirListing-item[data-isdir=\"false\"]",
  14. "rank": 13
  15. }
  16. ]
  17. },
  18. "properties": {},
  19. "additionalProperties": false,
  20. "type": "object"
  21. }