六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 111|回复: 0

Chrome extension 的manifest.json 文件说明

[复制链接]

升级  24.67%

23

主题

23

主题

23

主题

秀才

Rank: 2

积分
87
 楼主| 发表于 2013-1-24 06:45:01 | 显示全部楼层 |阅读模式
 
字段摘要

以下字段为manifest.json的字段,其中name 和 version是必须的

<div style="padding: 12.0pt 12.0pt 12.0pt 12.0pt;">
{

  // Required

  "name": "My Extension",

  "version": "versionString",

  // Recommended

  "description": "A plain textdescription",

  "icons": { ... },

  "default_locale": "en",

  // Pick one (ornone)

  "browser_action": {...},

  "page_action": {...},

  "theme": {...},

  // Add any of thesethat you need

  "background_page": "aFile.html",

  "chrome_url_overrides": {...},

  "content_scripts": [...],

  "key": "publicKey",

  "minimum_chrome_version": "versionString",

  "options_page": "aFile.html",

  "permissions": [...],

  "plugins": [...],

  "update_url": "http://path/to/updateInfo.xml"

  "incognito": "split or spanning",

}
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表