dictionaries

型別 Object
必填
Manifest 版本 2 或更高
示例
json
"dictionaries": {
  "en-US": "dictionaries/en-US.dic"
}

dictionaries 鍵指定了您的擴充套件程式所提供的字典的 locale_code。雖然字典包含兩個檔案,一個副檔名為 .dic,另一個副檔名為 .aff,但在 manifest.json 中僅引用了副檔名為 .dic 的檔案。

如果您使用 dictionaries 鍵,您還必須使用 browser_specific_settings manifest.json 鍵為您的擴充套件程式設定一個 ID。

示例

json
"dictionaries": {
  "en-US": "dictionaries/en-US.dic"
}

瀏覽器相容性