English
简体中文

English

Created a fan chrome theme of Rewrite, the character of Kagari.

Click here to install the Chrome theme.

rewrite kagari chrome theme

Here is the manifest.json

{
"description": "A fan theme of Japanese game character Kagari of Rewrite.",
"manifest_version": 2,
"version": "1.0",
"name": "Rewrite - Kagari Theme",
"theme": {
"colors": {
"frame": [ 0, 0, 0 ],
"toolbar": [38, 39, 41],
"tab_text": [240, 240, 240 ],
"tab_background_text": [238, 238, 238],
"bookmark_text": [235, 109, 225],
"ntp_background" : [0, 0, 0],
"ntp_link": [ 235, 109, 225 ],
"ntp_link_underline": [ 235, 109, 225 ],
"ntp_header": [ 110, 155, 54 ],
"ntp_section": [83,83,83],
"ntp_section_text": [ 240, 240, 240 ],
"ntp_text": [ 241, 239, 240 ],
"ntp_section_link": [235, 109, 225],
"ntp_section_link_underline": [235, 109, 225],
"button_background": [110, 155, 54],
"control_background": [235, 109, 225]
},
"images": {
"theme_button_background": "images/theme_button_background.png",
"theme_frame": "images/background.png",
"theme_frame_inactive": "images/background.png",
"theme_frame_incognito": "images/background.png",
"theme_frame_incognito_inactive": "images/background.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png",
"theme_tab_background_v": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/background_nohead.png"
},
"tints": {
"buttons": [ -0, 0, 1 ]
},
"properties" : {
"ntp_background_alignment": "left top"
},
"icons": {
"128": "icon.png"
}

}

}

theme_ntp_background and theme_frame are exactly the same image, the different is i cropped out the top 100px of theme_ntp_background, for Chrome don't support transparent background on the start page, I have to use this trick to create a transparent illusion.

中文

不知道为什么就做了一个Rewrite小篝的Chrome主题。

点这里安装

rewrite kagari chrome theme

manifest.json

{
"description": "A fan theme of Japanese game character Kagari of Rewrite.",
"manifest_version": 2,
"version": "1.0",
"name": "Rewrite - Kagari Theme",
"theme": {
"colors": {
"frame": [ 0, 0, 0 ],
"toolbar": [38, 39, 41],
"tab_text": [240, 240, 240 ],
"tab_background_text": [238, 238, 238],
"bookmark_text": [235, 109, 225],
"ntp_background" : [0, 0, 0],
"ntp_link": [ 235, 109, 225 ],
"ntp_link_underline": [ 235, 109, 225 ],
"ntp_header": [ 110, 155, 54 ],
"ntp_section": [83,83,83],
"ntp_section_text": [ 240, 240, 240 ],
"ntp_text": [ 241, 239, 240 ],
"ntp_section_link": [235, 109, 225],
"ntp_section_link_underline": [235, 109, 225],
"button_background": [110, 155, 54],
"control_background": [235, 109, 225]
},
"images": {
"theme_button_background": "images/theme_button_background.png",
"theme_frame": "images/background.png",
"theme_frame_inactive": "images/background.png",
"theme_frame_incognito": "images/background.png",
"theme_frame_incognito_inactive": "images/background.png",
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png",
"theme_tab_background_v": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_ntp_background": "images/background_nohead.png"
},
"tints": {
"buttons": [ -0, 0, 1 ]
},
"properties" : {
"ntp_background_alignment": "left top"
},
"icons": {
"128": "icon.png"
}

}

}

theme_ntp_background 和 theme_frame 完全是同一张图, 虽然窝砍掉了theme_ntp_background上面的100像素,因为Chrome起始页不支持透明背景所以只能用这种方法勒。