TemplateTree Firefox

Examine source code of TemplateTree

By: Ben
Inspect and view changes in TemplateTree source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TemplateTree",
  "description": "Hierarchical template management with tree-based right-click menu insertion",
  "version": "4.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/1.png",
      "32": "icons/2.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "notifications",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8cccd998-f930-4335-9d03-a12ce18bddad}"
    }
  }
}

Best TemplateTree Alternatives

Here are some Firefox add-ons that are similar to TemplateTree: