ToolCat

ToolCat

ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "description": "__MSG_description__",
  "default_locale": "zh_CN",
  "homepage_url": "https://www.rifuyiri.net/t/3638",
  "icons": {
    "96": "icon.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "<all_urls>",
    "http://ip.taobao.com/*",
    "http://pv.sohu.com/*"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content_scripts.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    "json-format.html"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "version": "1.2.3"
}