字數統計器

字數統計器

字數統計器可以為你計算英文、中文、標點符號等文字。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "字數統計器",
  "version": "1.0",
  "action": {
    "default_title": "字數統計器",
    "default_popup": "popup.html"
  },
  "description": "字數統計器可以為你計算英文、中文、標點符號等文字。",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  }
}