Examine source code of EasyAPI浏览器扩展

Inspect and view changes in EasyAPI浏览器扩展 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
{
  "manifest_version": 2,
  "name": "EasyAPI浏览器扩展",
  "version": "0.1",
  "description": "新一代API接口管理平台,EasyAPI是一个为您提供API管理、API测试、API监控、API文档、API低代码服务的综合性API服务平台。",
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "index.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "leida@easyapi.com"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leida@easyapi.com"
    }
  }
}