FeHelper(前端助手)

FeHelper(前端助手)

JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!

Additional files are visible only to premium users

manifest.json


{
  "name": "FeHelper(前端助手)",
  "short_name": "FeHelper",
  "version": "2020.05.2810",
  "manifest_version": 2,
  "description": "JSON自动格式化、手动格式化,支持排序、解码、下载等,更多功能可在配置页按需安装!",
  "icons": {
    "16": "static/img/fe-16.png",
    "48": "static/img/fe-48.png",
    "128": "static/img/fe-128.png"
  },
  "browser_action": {
    "default_icon": "static/img/fe-16.png",
    "default_title": "FeHelper(前端助手)"
  },
  "background": {
    "persistent": true,
    "page": "background/index.html"
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab",
    "storage",
    "notifications",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+J"
      }
    }
  },
  "web_accessible_resources": [
    "static/img/fe-16.png",
    "static/img/fe-48.png",
    "static/vendor/jquery/jquery-3.3.1.min.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "exclude_globs": [
        "https://chrome.google.com/*"
      ],
      "js": [
        "static/vendor/jquery/jquery-3.3.1.min.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  object-src 'self' ;",
  "homepage_url": "https://www.baidufe.com/fehelper",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}