Shopify Post-purchase DevTools Firefox

Examine source code of Shopify Post-purchase DevTools

제작자: Mozilla Addons
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"
  ]
}

최고의 Shopify Post-purchase DevTools 대안

다음은 Shopify Post-purchase DevTools과(와) 유사한 Firefox add-on입니다: