Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 710
Connor Avatar asked Nov 15 '22 04:11

Connor


1 Answers

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.

like image 83
soren121 Avatar answered Jan 28 '23 19:01

soren121