There is no about:config in Chrome/Chromium, but is there an extension that opens up more ways to configure the browser?

Searching for configuration, preferences, etc, in the extension page gives too many hits to go through manually.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

There isn't. Chromium extensions have so little capability (basically iFrames and UserJS and that's it) that even if someone wanted to, they really couldn't make one.

But all is not lost. Most of Google Chrome's advanced config stuff is done in commandline switches. Here's a pretty comprehensive list.

link|improve this answer
Yeah, I read about someone complaining that with command line switches it is hard to make them stick when you launch Chrome in different ways. I, for one, mostly use an application launcher (gnome-do), but I also double click on files. Well, well, if this is how it is, it is. +1 from me. – Peter Jaric Oct 7 '10 at 11:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.