Linear Comment Sorter Firefox

Examine source code of Linear Comment Sorter

제작자: 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"
    }
  }
}

최고의 Linear Comment Sorter 대안

다음은 Linear Comment Sorter과(와) 유사한 Firefox add-on입니다: