Chrome Theme 自作する

Quick Edit Pencil
Themeファイルの作成は下記がベストです。

テーマ/作り方 - Google Chrome まとめWiki


manifest.jsonの記述内容については下記が参考になります。

The 'manifest_version' key must be present and set to 2 (without quotes). See developer.chrome.com/extensions/manifestVersion.html for details.

{
   "description": "",
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqj0a9p34y8fmKf2nhO1tYSbm/iOpme4h1+rtCAODnwlWijM3MKoMpmdrsGoV8Z7IxxLxsnf8FKOuxcM4DcmXrAdDpSsYdnzR3PVU+bcfQgWAwFqEBKthGOLX6igIOWHdr5aXrpsuf91s4AWrW+4QjmkDk/FpISxXvaWMiADrT5N+jeWxcNRxgwmCuWCRWwaJbHDmEl6CdbrINLM7eAYzxJA7945Ad9ywHWR263YgS0vDEwOVt0ogrn4l3cKtfm0tGwvrq4ef+ehJ7OhHQ76TbKhl9nV18UiAt22hwF5AZ4628A2ySURLEFENvn05UU3CackCmHFXL1+JNpV2Bixe9QIDAQAB",
   "manifest_version": 2,
   "name": "Midnight Chrome",
   "theme": {
      "colors": {
         "bookmark_text": [ 170, 170, 170 ],
         "button_background": [ 38, 38, 38, 1 ],
         "frame_incognito": [ 255, 255, 255 ],
         "ntp_background": [ 25, 25, 25 ],
         "ntp_text": [ 255, 255, 255 ],
         "tab_background_text": [ 170, 170, 170 ],
         "tab_text": [ 255, 255, 255 ],
         "toolbar": [ 43, 43, 43 ]
      },
      "images": {
         "theme_ntp_background": "images/theme_ntp_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"
      },
      "properties": {
         "ntp_background_alignment": "top",
         "ntp_background_repeat": "repeat-x"
      },
      "tints": {
         "buttons": [ 0, 0, 1 ]
      }
   },
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.0.3"
}

green plants theme



ディレクトリ一覧


このブログの人気の投稿

書字方向 横書方向変換スクリプト 左書きから右書きへ(コピペ用途)

PowerShellのGetDetailsOf メソッドでプロパティの詳細情報のID番号と項目名を列挙します

PowerShellで複数ファイルのプロパティを取得する方法(準備編)

簡単 YouTube動画をダウンロード、音声のみ保存する方法 2019

DOMノードオブジェクトを文字列に変換する

ヤバい!JAPANNEXT WQHD対応 27型ワイド液晶ディスプレイ「JN-IPS2716WQHD」を注文してみた!!!

決定版 Edgeでローカルファイルを開く パワーシェルスクリプト (ウインドウズでドロップレット)

PowerShellでJPG画像のリサイズとウォーターマーク画像との合成を同時に行う