Trello Groups Firefox

Examine source code of Trello Groups

제작자: Hillary M
Inspect and view changes in Trello Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Trello Group Toggle",
  "version": "1.1",
  "description": "Adds swimlanes to Trello by grouping lists.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://trello.com/*"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Trello-Groups",
    "default_icon": {
      "16": "icons/icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "trelloGroup.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon.png",
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b07471b-3d96-48c1-81f1-ea5843a87601}"
    }
  }
}

최고의 Trello Groups 대안

다음은 Trello Groups과(와) 유사한 Firefox add-on입니다: