Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
how to trigger a browser add-on when loading a html page

I'm trying to create a HTML website that will trigger a specific firefox add-on when I load the page, is that possible?

I searched around but found nothing about it. How can I make my page interact with the browser's add-ons and trigger some of it's events?

Thanks for reading. any insight will be helpful.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

A better Google search pointed me towards this answer on stackoverflow which is for Chrome.

...and then after I knew what I was looking for, I found the mozzila documentation regarding sending a message to an extension here

Syntax as seen on mozzila documentation:

var sending = browser.runtime.sendMessage(
  extensionId,             // optional string
  message,                 // any
  options                  // optional object
)

The message is what you will want to figure out based on your use case

EDIT: The SO answer provided in my answer should help you quite a lot, as the Firefox API is same as Chrome's Chromium API

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!