Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

how can i get system information in extensions ?

  • 2 відповіді
  • 1 має цю проблему
  • 2 перегляди
  • Остання відповідь від 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: