By: Lhanminh3
Inspect and view changes in NPM File Browser Package source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "NPM Package File Browser",
"version": "1.0.0",
"description": "Adds a quick-access button on NPM package pages that lets you browse the contents of the package directly, making it easier to explore source files without leaving the page",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"css": [
"button.css"
],
"js": [
"content.js"
],
"matches": [
"https://www.npmjs.com/package/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{9828de53-e255-4430-b06a-b00331e0e313}"
}
}
} Best NPM File Browser Package Alternatives
Here are some Firefox add-ons that are similar to NPM File Browser Package:
NPM Package File Browser
KelvinMarsh
NPM Files Explorer
Androz2091
NPM Explorer & Downloader
lavril
NPM Package Search
Bryan Clark
NPM Search
Spark
xnpm
tbeseda
More package managers in npmjs.com
Jonasz Potoniec
Preferred JS package manager
Gaëtan Burg
Fast Repository Finder
Hawry
esm.sh
GHOST
npmhub
Fregante
NPM Version Stats
cmgriffing