网页在线编辑

网页在线编辑

网页在线编辑

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "网页在线编辑",
  "description": "网页在线编辑",
  "version": "1.3",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "edit.png"
  },
  "web_accessible_resources": [
    "index.js"
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ]
}