Connor
Connor

Reputation: 4168

Access Chrome settings in Chrome Extension

I'm looking to develop a chrome extension that can access the Content Settings in [wrench] -> Options -> Under the Hood. Is that possible? I was looking on the API page and had no luck. Any ideas?

Upvotes: 5

Views: 1018

Answers (1)

soren121
soren121

Reputation: 368

If it's the language settings you're after, you can use the i18n support to get the browser language by defining different strings in each locale file, then reading it in your main script.

It doesn't look like you can obtain the font settings, not through the Chrome APIs at least.

Upvotes: 1

Related Questions