Github Projects Sort Items Extension Firefox

Examine source code of Github Projects Sort Items Extension

Par : Juha
Inspect and view changes in Github Projects Sort Items Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Projects Sort Items Extension",
  "version": "1.4",
  "description": "The GitHub Projects extension is designed to streamline your workflow and improve project management on GitHub. With a simple click, you can now sort your project items based on their creation or last updated timestamps, making it easier to prioritize, track, and manage your work. Features: - Instant Sorting: Sort your GitHub Projects board items with just one click. Choose between 'Sort by Created At' and 'Sort by Updated At' to customize the view according to your workflow needs. - Enhanced Productivity: By organizing your project items more efficiently, you can save time, stay organized, and focus on what's important. - User-Friendly Design: No complicated setup or configurations required. The extension is designed to be intuitive and easy to use for anyone familiar with GitHub Projects. How to Use: 1. Navigate to your GitHub Projects board. 2. Locate the 'Sort by Created At' and 'Sort by Updated At' buttons provided by the extension. 3. Click on your preferred sorting method to reorder the items on the board accordingly.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e86cdfe1-53a9-4a71-b69e-2db8ca1a2963}"
    }
  }
}

Meilleures alternatives Github Projects Sort Items Extension

Voici quelques Firefox add-ons qui sont similaires à Github Projects Sort Items Extension :