Mindmap from Selected Text Firefox

Examine source code of Mindmap from Selected Text

Par : Toro
Inspect and view changes in Mindmap from Selected Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mindmap from Selected Text",
  "version": "1.0",
  "description": "Generate a simple mindmap from selected text on any webpage.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "treant/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{19e6f9f4-2b50-42b7-ac90-86d9f83b8708}"
    }
  }
}

Meilleures alternatives Mindmap from Selected Text

Voici quelques Firefox add-ons qui sont similaires à Mindmap from Selected Text :