CBOR viewer Firefox

Examine source code of CBOR viewer

提供元: Thibault Add-on
Inspect and view changes in CBOR viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CBOR decoder",
  "version": "0.1.0",
  "description": "Decode incoming CBOR request to make them human readable.",
  "icons": {
    "48": "pen.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{4d7ca1c4-38b6-4f97-8194-a1697c017a90}"
    }
  }
}

ベストのCBOR viewer代替案

CBOR viewerに類似したFirefox add-onをいくつか紹介します: