A simple self-hosted Firefox extension that lets you search for NPM packages in real time directly from your browser.
Official Website: https://get-npms.vercel.app/
- Real-time NPM package search
- View package details instantly
- See weekly download statistics
- Direct links to NPM and GitHub repositories
- Quick access from any browser tab
To use the extension locally in Firefox:
-
Clone the repository:
git clone https://github.com/vihanpereraux/List-NPMs.git
-
Open Firefox and navigate to
about:debugging. -
Click on This Firefox in the sidebar.
-
Click on Load Temporary Add-on.
-
Select the
manifest.jsonfile from the cloned repository.
The extension will now be loaded temporarily and can be used for testing. Note that it will be removed when you restart Firefox.
- Click the extension icon in your Firefox toolbar
- Type the name of the NPM package you want to search for
- View instant results with package details and statistics
- Click on links to visit NPM or GitHub pages
To contribute to the extension:
- Clone the repository
git clone https://github.com/vihanpereraux/List-NPMs.git- Follow the development setup in the extension repository
Copyright © 2025 List NPMs extension. All rights reserved.