阅读 156

chrome manifest.json 3

chrome manifest.json 3

{  // Required
  "manifest_version": 3,  "name": "My Extension",  "version": "versionString",  // Recommended
  "action": {...},  "default_locale": "en",  "description": "A plain text description",  "icons": {...},  // Optional
  "action": ...,  "author": ...,  "automation": ...,  "background": {    // Required
    "service_worker":  },  "chrome_settings_overrides": {...},  "chrome_url_overrides": {...},  "commands": {...},  "content_capabilities": ...,  "content_scripts": [{...}],  "content_security_policy": "policyString",  "converted_from_user_script": ...,  "current_locale": ...,  "declarative_net_request": ...,  "devtools_page": "devtools.html",  "differential_fingerprint": ...,  "event_rules": [{...}],  "externally_connectable": {    "matches": ["*://*.example.com/*"]  },  "file_browser_handlers": [...],  "file_system_provider_capabilities": {    "configurable": true,    "multiple_mounts": true,    "source": "network"
  },  "homepage_url": "http://path/to/homepage",  "host_permissions": [...],  "import": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}],  "incognito": "spanning, split, or not_allowed",  "input_components": ...,  "key": "publicKey",  "minimum_chrome_version": "versionString",  "nacl_modules": [...],  "natively_connectable": ...,  "oauth2": ...,  "offline_enabled": true,  "omnibox": {    "keyword": "aString"
  },  "optional_permissions": ["tabs"],  "options_page": "options.html",  "options_ui": {    "chrome_style": true,    "page": "options.html"
  },  "permissions": ["tabs"],  "platforms": ...,  "replacement_web_app": ...,  "requirements": {...},  "sandbox": [...],  "short_name": "Short Name",  "storage": {    "managed_schema": "schema.json"
  },  "system_indicator": ...,  "tts_engine": {...},  "update_url": "http://path/to/updateInfo.xml",  "version_name": "aString",  "web_accessible_resources": [...]}


文章分类
后端
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐