Read SSL Certificates in a Firefox Extension
问题 I am working on a Firefox extension that would display the SSL certificate information to the user. The actual information would be the same as the one built in to the browser, but I will be experimenting with layouts and other information for UX. I've been working with Firefox extensions instead of add ons due to deprecation of add-ons in 2017, but this project will be finished before then. I was trying the example found here, but the extension seems to stop on the require("chrome") . Next I