Cloth Theme

Cloth Theme

一个极简的布质感Chrome主题。 A cloth texture Chrome minimalist theme.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Cloth Theme",
  "theme": {
    "images": {
      "theme_frame": "images/bu.png",
      "theme_frame_overlay": "images/bu3.png",
      "theme_toolbar": "images/bu2.png",
      "theme_ntp_background": "images/bu7.png",
      "theme_ntp_attribution": "images/geekaa.png",
      "theme_tab_background": "images/bu6.png"
    },
    "colors": {
      "frame": [
        71,
        105,
        91
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_text": [
        80,
        80,
        80
      ],
      "ntp_link": [
        160,
        160,
        160
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  }
}