Examine source code of Jira Ticket Rank

Inspect and view changes in Jira Ticket Rank source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jira Ticket Rank",
  "version": "3.8",
  "manifest_version": 2,
  "description": "The extension simply displays rank for each Jira ticket in the list. Useful when you want to prioritize stories based.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Jira Ticket Rank",
    "default_popup": "popup.html"
  },
  "author": "Dmytro Bogdanov",
  "homepage_url": "https://github.com/dimylkas/jira-ticket-rank",
  "permissions": [
    "activeTab",
    "storage"
  ]
}