值类型 | 对象 |
---|---|
强制性 | 非强制 |
示例 |
|
插件开发者的名字和主页地址,用于显示在浏览器的用户界面中。
该对象的两个属性都是可选的。如果存在“name”和“url”属性,将会分别覆盖author和homepage_url键。这个对象仅仅允许指定一个开发者名字的主页地址。
示例
"developer": {
"name": "Walt Whitman",
"url": "https://en.wikipedia.org/wiki/Walt_Whitman"
}
Browser compatibility
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.