SuperDev Pro Firefox

Examine source code of SuperDev Pro

제작자: Mohd Danish
Inspect and view changes in SuperDev Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SuperDev Pro",
  "description": "One extension that replaces all your browser tools — inspect, design, modify, capture, scrape, automate, and more in a single sidebar.",
  "version": "11.0.0",
  "short_name": "SuperDev",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "SuperDev Pro",
  "homepage_url": "https://superdevpro.com",
  "incognito": "spanning",
  "minimum_chrome_version": "101",
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeNetRequest",
    "downloads",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage",
    "cookies",
    "browsingData",
    "webRequest",
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "sdpv2_frame_unblock",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    "icons/*",
    "fonts/*",
    "data/technologies/*",
    "export-element/*",
    "content-scripts/content.css"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      }
    },
    "toggle-shell": {
      "description": "Toggle SuperDev sidebar",
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "superdevpro@yourcompany.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/clock-widget.js",
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/json-viewer.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "SuperDev Pro · One extension that replaces all your browser tools",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

최고의 SuperDev Pro 대안

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