カスタムテーマ用 manifest.json
現在作成中
manifest.jsonの値一覧
{
////////////////////////////////////////////////////////////////////////////////////////////////
"name": "SAMPLE",
//テーマの名前
//
////////////////////////////////////////////////////////////////////////////////////////////////
"theme": {
//テーマの始まりの宣言
//
////////////////////////////////////////////////////////////////////////////////////////////////
"images": {
//
//
//イメージ 各部の設定
//
//
//
//■アクティブ時の上部背景繰り返し
"theme_frame": "images/theme_frame.png",
//■アクティブ時のフレーム背景の繰り返し無し部
"theme_frame_overlay": "images/theme_frame_overlay.png",
//
//
"theme_frame_incognito": "images/theme_frame_incognito.png",
//
"theme_frame_incognito_inactive": "images/theme_frame_incognito_inactive.png",
//
//
//非アクテブ時の背景上部繰り返し部
"theme_frame_inactive": "images/theme_frame_inactive.png",
//非アクテブ時のフレーム背景の繰り返し無し部
"theme_frame_overlay_inactive": "images/theme_frame_overlay_inactive.png",
//
//
///ウィンドウの閉じるの×最小化等の部分の
"theme_window_control_background": "images/theme_window_control_background.png",
//タブの裏面に行っている部分
"theme_tab_background": "images/theme_tab_background.png",
//
"theme_tab_background_incognito": "images/theme_tab_background_incognito.png",
//ツールバー お気に入りバー 最前面のタブの画像
"theme_toolbar": "images/theme_toolbar.png",
//
//
//■NTPページに表示する作成者のロゴ
"theme_ntp_attribution": "images/theme_ntp_attribution.png",
//■NTPの壁紙
"theme_ntp_background": "images/theme_ntp_background.jpg"
},
////////////////////////////////////////////////////////////////////////////////////////////////
//colors 色の設定
//各要素の色 [RGB値 R,G,B,透明効果]
//透明効果は 0が透明 1が透明無し
//
"colors": {
//■
"frame": [ 0, 100, 176 ,0.9],
//
// "frame_inactive": [ 255, 255, 255 ],
//
// "frame_incognito": [ 255, 255, 255 ],
//
// "frame_incognito_inactive": [ 255, 255, 255 ],
//■ツールバーの色
"toolbar": [ 0, 100, 176 ,0.9],
//■タブ 最前面に来ているタブのテキスト
"tab_text": [ 255, 255, 255, 0.9],
//■タブ 裏面に行っているタブのテキスト
"tab_background_text": [ 0, 100, 176 ,0.9],
//
"control_background": [ 255, 255, 255,0.9 ],
//
"button_background": [ 255, 255, 255 ,0.9],
//
"theme_frame_inactive": [ 255, 255, 255 ,0.3],
//■ブックマークのテキストカラー
"bookmark_text": [ 255, 255, 255, 0.7 ],
//
//
//
//NTPページ:の背景色
"ntp_background": [ 255, 255, 255, 0.9 ],
//NTPページ:のサムネイルのヘッダー部(マウスオーバーで表示される)
"ntp_header": [ 25, 61, 122, 0.9 ],
//NTPページ:テキストカラー
"ntp_text": [ 255, 255, 255, 0.7],
//NTPページ:リンクカラー
"ntp_link": [ 255, 255, 255, 0.7],
//NTPページ:アンダーラインカラー
"ntp_link_underline": [ 255, 255, 255, 0.3],
//
//
//NTPページの下部:セクション部の下地色
"ntp_section": [ 153, 204, 255 , 0.4 ],
//NTPページの下部:リンク無しのテキスト色
"ntp_section_text": [ 255, 255, 255, 0.5 ],
//NTPページの下部:リンクテキストの色
"ntp_section_link": [ 255, 255, 255, 0.5 ],
//NTPページの下部:アンダーライン色(項目無しでアンダーライン無しになります)
"ntp_section_link_underline": [ 255, 255, 255, 0.1 ]
//
},
////////////////////////////////////////////////////////////////////////////////////////////////
//tintsの設定 HSLの値 [Hue,Saturation,Lightness]
//
//Hue 色相 0〜1 0が赤 0.167が黄色 0.33が緑 0.5が水色 0.67が青 0.8ピンク
//Saturation 彩度 0〜1 イメージとの相対 0が完全 0.5が標準 1がフル彩度
//Lightness 輝度 0〜1 0が暗 1が明 小数点3位ぐらいまで設定
//
//
"tints": {
"buttons": [ 1, 1, 1 ]
// "frame": [ 1, 1, 1 ],
// "frame_inactive": [ 1, 1, 1 ],
// "frame_incognito": [ 1, 1, 1 ],
// "frame_incognito_inactive": [ 1, 1, 1 ],
// "background_tab": [ 0.577, 0.718, 0.506 ],
},
////////////////////////////////////////////////////////////////////////////////////////////////
//propertiesの設定
//
//
"properties": {
//NTPページの背景画像の基準位置 left top right bottomの組み合わせ
"ntp_background_alignment": "top,right",
//NTPページの背景画像の繰り返し repeat no-repeat repeat-x repeat-y
"ntp_background_repeat": "repeat-x",
//NTPページのgoogleのロゴ 0ならカラフルロゴ 1なら白いロゴ
"ntp_logo_alternate":1
}
},
"version": "200"
}
値一覧はこちら
| 固定リンク
「Browser」カテゴリの記事
- Microsoft Edge のお楽しみがスキーゲームになった(2022.01.21)
- Microsoft Edge(2020.01.18)
- [AppleScript]YouTubeのBloggerボタンの代わり【Google Chrome専用】(2013.02.11)
- Firefox 4のPDFへの対応(2010.12.08)
- PDF goodness in Chrome(2010.11.06)
この記事へのコメントは終了しました。
コメント