TDxPro Firefox

Examine source code of TDxPro

제작자: Allen Diaz
Inspect and view changes in TDxPro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TDxPro",
  "version": "1.5",
  "description": "Adds custom styles to TeamDynamix.",
  "icons": {
    "48": "./icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://langara.teamdynamix.com/TDNext/*"
      ],
      "js": [
        "build/main.bundle.js"
      ],
      "css": [],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "tabs",
    "storage",
    "webRequest"
  ],
  "web_accessible_resources": [
    "addon_styles.css"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3283b6d4-0539-428f-92a8-36f2bf94acc2}"
    }
  }
}

최고의 TDxPro 대안

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