Questions tagged [google-chrome-theme]

Google Chrome Themes

https://developer.chrome.com/extensions/themes

22 questions
1
vote
0 answers

Chrome Theme Change Address Background

I'm working on a Google Chrome Theme, but I can't figure out how to change the main address bar background and text color. I know this question has been asked in different forms before, and people say it's a system level issue. But it seems odd…
1
vote
1 answer

Google Chrome Theme with popup after installation

I'm trying to make a theme for google chrome, but I want to have a popup window appearing when it is installed. I'm not sure if it is even possible, because a theme isn't the same thing as an extension. So I figured that with this manifest file I'd…
1
vote
1 answer

Need Help Applying a Custom Chrome json Theme

I need some help, I had sometime ago made a custom .json theme for use with chrome. Anyways, my problem is this thing about the "manifest_version 2" thing. My current code below has always worked when I would go into extensions and click "Load…
0
votes
0 answers

Chrome browser always return false for window.matchMedia("(prefers-color-scheme: dark)").matches;

I'm triying to get the theme of the browser using window.matchMedia("(prefers-color-scheme: dark)").matches; This works for all browsers except Chrome. In Chrome it will always returns false even if I was in dark mode. Can anyone please help to…
0
votes
2 answers

Chrome theme new tab background does not fill correctly

I wanted to modify the Black red shards theme for my personal use but as you can see from this picture below the background does not fill the entire height. This can be reproduced on macOS and stretching the window to it's full height (ignoring the…
0
votes
1 answer

Input that searches google

I am making a extension theme for my Chromebook that searches coding sites (like this site, w3schools, ect.) How sould I make it? This is my code so far:
0
votes
0 answers

How to change chrome toolbar color dynamically through chrome extension?

Is it possible in chrome extension to dynamically change the color of the browser toolbar, frames and bookmark text? If yes, how?
1
2