NativeExt v0.3.3resigned1
To use NativeExt, you must download and install its desktop application as well. The extensions option page on about:addons will guide you through the process.
Description
NativeExt doesn't do anything on its own. It is a special module that extends the capabilities of other browser extensions. It allows extensions that were explicitly allowed by the user to execute node.js JavaScript code on the computer, with the full access of the current user account.
While this is, from a security perspective, generally equivalent to installing a program on the computer, it is much easier to install and update for the user (once initially set up, allowing an extension requires only a single click, and updates are implicitly included with the extension itself) and easier to develop and maintain for the developers (write/bundle standard node.js modules and ship them with the extension; no platform specific installation or update code required).
For more information on what and why NativeExt is, see the project homepage.
Permissions used:
- Exchange messages with programs: Manage and launch the extension process
- Display notifications: Inform about setup status, updates and errors
- Recently closed tabs: Remove own popups from recently closed windows
- Access github.com and s3.amazonaws.com: Download application updates