Examine source code of CAD to PDF - Allinpdf.com

Inspect and view changes in CAD to PDF - Allinpdf.com source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CAD to PDF - Allinpdf.com",
  "description": "DWG to PDF - DXF to PDF",
  "version": "1.0.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://allinpdf.com/convert/fileconvert/fileconvert-start-cad"
    ],
    "launch": {
      "web_url": "https://allinpdf.com/convert/fileconvert/fileconvert-start-cad"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}