Access Chrome settings in Chrome Extension

I want to develop a chrome extension that can access content settings in [wrench] → Options → under the hood. Is it possible? I was looking at the API page and no luck. Any ideas?

+3
source share
1 answer

If these are the language settings that you use, you can use i18n support to get the browser language by specifying different lines in each locale file, and then reading it in your main script.

It doesn't look like you can get the font settings, and not through the Chrome API at least.

0
source

Source: https://habr.com/ru/post/1781569/


All Articles