Asana Expander Firefox

Examine source code of Asana Expander

Inspect and view changes in Asana Expander source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Automatically show all comments on an Asana task an expand longer comments.",
  "version": "3.0.0",
  "name": "Asana Expander",
  "homepage_url": "https://github.com/stefanzweifel/asana-expander-extension",
  "manifest_version": 2,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs",
    "*://*.asana.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.asana.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{754FB1AD-CC3B-4856-B6A0-7786F8CA9D20}"
    }
  }
}

Best Asana Expander Alternatives

Here are some Firefox add-ons that are similar to Asana Expander: