Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

how can i get system information in extensions ?

  • 2 ответа
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от cor-el

more options

hi i am developing an extension and i want get the system information Like RAM size And CPU type and model

is this possible ? how can do it ?

hi i am developing an extension and i want get the system information Like RAM size And CPU type and model is this possible ? how can do it ?

Все ответы (2)

more options
more options

Normally WebExtensions can only access content on web pages and not other Firefox data like preference settings. What you want is information that is from outside Firefox and that would require special techniques to communicate with an external program. There are extensions that can pass information to an external application like download managers and extensions that open pages in another browser, but I don't know if there is a way to pass that information back to the extension.

This is really outside the scope of this forum and you will have to check out the Add-ons forum website as posted above (I noticed that the above reply is marked as unhelpful).

See also: