主题是一种特殊的扩展,可以更改浏览器的外观。但它们不包含JavaScript或HTML代码
{
"version":"2.6",
"name":"camo theme",
"manifest_version":3,
"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":[207,211,192],
"ntp_text":[20,40,0],
"ntp_section":[36,70,0],
"ntp_link":[207,221,192],
"button_background":[255,255,255]
},
"tints":{
"button":[0.33,0.5,0.47]
},
"propertites":{
"ntp_background_alignment":"bottom"
}
}
}
RGB模式,可以设置的字段如下:
background_tab_inactivebackground_tabbackground_tab_incognitobackground_tab_incognito_inactivebookmark_textbutton_backgroundframeframe_inactiveframe_incognitoframe_incognito_inactiventp_backgroundntp_headerntp_linkntp_textomnibox_backgroundomnibox_texttab_background_texttab_background_text_inactivetab_background_text_incognitotab_background_text_incognito_inactivetab_texttoolbartoolbar_button_icontoolbar_text可以用来指定要应用于UI的某些部分(如按钮、框架和背景标签也)的色调
色调采用色相-饱和度-亮度(HSL)格式,使用0-1.0范围内的浮点数
或者可以说会用任何HSL值来指定无更改-1.0
可以设置的值如下:
background_tabbuttonsframeframe_inactiveframe_incognitoframe_incognito_inactive必须是png,否则无法显示。支持的字段如下:
theme_frametheme_frame_inactivetheme_frame_incognitotheme_frame_incognito_inactivetheme_toolbartheme_tab_backgroundtheme_tab_background_inactivetheme_tab_background_incognitotheme_tab_background_incognito_inactivetheme_tab_background_vtheme_ntp_backgroundtheme_frame_overlaytheme_frame_overlay_inactivetheme_button_backgroundtheme_ntp_attributiontheme_window_control_background指定背景对齐方式、背景重复和备用logo等属性。支持字段如下:
ntp_background_alignmentntp_background_repeatntp_logo_alternate上述的内容主要来自于官方网站,但是由于需要科学上网,以备不时之需也算是学习笔记。