Topic Tree /  Notebook

Topic Tree / Notebook

* A place to keep notes and ideas in Thunderbird, Firefox * Notes can be styled with images, tables, links, mindmaps etc. * Full text search * Copy and paste text/html * Drag text/html into tree to create new note * Backup * Print notes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Topic Tree /  Notebook",
  "description": "A place to keep notes and ideas",
  "version": "1.4.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "topic-tree@opto-one"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "compose",
    "activeTab",
    "tabs",
    "tabHide",
    "storage",
    "unlimitedStorage",
    "downloads",
    "<all_urls>"
  ],
  "icons": {
    "32": "skin/iconmonstr-note-19-32.png"
  },
  "options_ui": {
    "page": "./popup/tt/ttt/options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "background": {
    "page": "no-background.html"
  },
  "browser_action": {
    "default_title": "Notes",
    "browser_style": true,
    "default_icon": {
      "32": "skin/iconmonstr-note-19-32.png"
    }
  },
  "manifest_version": 2
}