Examine source code of 超简洁的计算器

Inspect and view changes in 超简洁的计算器 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",
  "manifest_version": 3,
  "name": "超简洁的计算器",
  "description": "超简洁计算器是一款简易的Chrome扩展,提供基础的数学计算功能。用户可以通过简洁的界面直接进行加、减、乘、除等操作,适合快速计算需求。界面清晰,操作流畅,是日常计算的好帮手。",
  "version": "1.0",
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html",
    "default_title": "超简洁的计算器"
  },
  "permissions": []
}