Ctool Commonly Used Software Development Tools

Ctool Commonly Used Software Development Tools

Commonly Used Software Development Tools: Hash/Encrypt/Decrypt/Code Convert/Timestamp/Qrcode/IP Query/Code…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_main_manifest_name__",
  "description": "__MSG_main_manifest_description__",
  "version": "2.3.0",
  "author": "[email protected]",
  "offline_enabled": true,
  "homepage_url": "https://github.com/baiy/Ctool",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "icon/icon_chrome.png",
    "default_title": "__MSG_main_manifest_default_title__",
    "default_popup": "index.html"
  },
  "default_locale": "zh_CN",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icon/icon_chrome.png",
    "48": "icon/icon_chrome.png",
    "128": "icon/icon_chrome.png"
  },
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "*://api.jdoodle.com/*",
    "*://*.armconverter.com/*",
    "*://armconverter.com/*",
    "*://*.baiy.org/*",
    "*://ctool.dev/*",
    "*://*.ctool.dev/*"
  ],
  "commands": {
    "panel": {
      "description": "__MSG_main_manifest_commands_panel_description__",
      "global": true
    }
  },
  "update_url": "http://clients2.google.com/service/update2/crx"
}