Bullet Point Expander HM Firefox

Examine source code of Bullet Point Expander HM

Inspect and view changes in Bullet Point Expander HM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bullet Point Expander",
  "version": "1.3",
  "description": "Expand short bullet points into more detailed sentences or paragraphs to assist with writing and note development.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Bullet Point Expander",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Bullet-Point-Expander",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Bullet Point Expander HM Alternatives

Here are some Firefox add-ons that are similar to Bullet Point Expander HM: