A chrome extension that lets you customise the font, color, backgrounds on Google Chat. Comes out of the box with a dark mode and slack mode.
- Download "Source code (zip)" of the latest version in Releases
Or clone
git@github.com/upman/gchat-copy.git
if you are comfortable with Git - Unzip the downloaded zip file
- In Chrome, go to 'Settings > Extensions'
- Enable 'Developer mode'
- Click on 'Load unpacked extension...' and select folder
dist/chrome-extension
in the folder that you just unzipped - Reload google chat
Download the repository with the same instructions as above and then install dist/standalone/dark-mode.js
or dist/standalone/slack-mode.js
into your tamper / grease monkey plugin.
Run yarn dev
, output ends up in dist
directory. Install this using the instructions above.
There is a reload button on the extensions page that can be used when you make changes.
Create a file in the themes
directory with all the values specified and create a pull request.
Use themes/slack.ts
or themes/dark.ts
as examples.