Shopify Post-purchase DevTools Firefox

Examine source code of Shopify Post-purchase DevTools

Inspect and view changes in Shopify Post-purchase DevTools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shopify Post-purchase Developer Tools",
  "version": "2.0.0",
  "description": "Adds debugging and convenience tools for developing Shopify's post-purchase extensions",
  "options_ui": {
    "page": "./build/options/index.html",
    "open_in_tab": true
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "./build/backgroundScripts/background.js"
    ]
  },
  "icons": {
    "128": "./images/logo.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ]
}

Meilleures alternatives Shopify Post-purchase DevTools

Voici quelques Firefox add-ons qui sont similaires à Shopify Post-purchase DevTools :