Linear Comment Sorter Firefox

Examine source code of Linear Comment Sorter

Par : Tamer Jar
Inspect and view changes in Linear Comment Sorter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Linear Comment Sorter",
  "version": "1.0.4",
  "description": "Add a sort dropdown to Linear issues (Newest→Oldest or Oldest→Newest).",
  "permissions": [],
  "host_permissions": [
    "https://*.linear.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.linear.app/*"
      ],
      "js": [
        "dist/main.js"
      ],
      "css": [
        "dist/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linear-comment-sorter@example.com"
    }
  }
}

Meilleures alternatives Linear Comment Sorter

Voici quelques Firefox add-ons qui sont similaires à Linear Comment Sorter :