据我所知,这是不可能的,因为它不像 CSS 那样工作。您必须获取 JSON 文件,因为我认为 CRX 不可能。
GC 主题的 JSON 文件如下所示:
{
"version": "1.0",
"name": "test theme",
"description": "A test theme",
"theme": {
"images" : {
"theme_frame" : "images/theme_frame_camo.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, 221, 192],
"ntp_text" : [20, 40, 0],
"ntp_link" : [36, 70, 0],
"ntp_section" : [207, 221, 192],
"button_background" : [255, 255, 255]
},
"tints" : {
"buttons" : [0.33, 0.5, 0.47]
},
"properties" : {
"ntp_background_alignment" : "bottom"
}
}
}
更多信息:
https ://code.google.com/p/chromium/wiki/ThemeCreationGuide
顺便说一句:当有 3-4 种颜色,没有样式时,你为什么要这个?您可以使用颜色选择器获取颜色。