主题背景是一种用于更改浏览器外观的特殊扩展程序。主题为 与常规扩展程序一样打包,但不包含 JavaScript 或 HTML 代码。
您可通过与扩展程序相同的过程将主题上传到 Chrome 应用商店。在上传过程中,系统会要求您选择一个类别。您可在 Chrome 应用商店文档中的最佳实践下找到主题类别列表。
您可在 Chrome 应用商店中找到并试用各种主题背景。



清单
以下是主题的 manifest.json 文件示例:
{
"manifest_version": 3,
"version": "2.6",
"name": "camo theme",
"theme": {
"images" : {
"theme_frame" : "images/theme_frame_camo.png",
"theme_frame_overlay" : "images/theme_frame_stripe.png",
"theme_toolbar" : "images/theme_toolbar_camo.png",
"theme_ntp_background" : "images/theme_ntp_background_norepeat.png",
"theme_ntp_attribution" : "images/attribution.png"
},
"colors" : {
"frame" : [71, 105, 91],
"toolbar"