NPM Files Explorer
Adds a button to browse files of a package on NPM
Wat is NPM Files Explorer?
NPM Files Explorer is een Chrome-extensie ontwikkeld door androz2091, en de belangrijkste functie is "Adds a button to browse files of a package on NPM".
Extensie Screenshots
Download het CRX-bestand van de extensie NPM Files Explorer
Download NPM Files Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension adds a button on the pages of a package on npmjs.com. It allows you to explore the published files instead of using the git repository (which does not always correspond to the published files).                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mglfodcdihjmnkjdnkjjpfdlkadnfbii | 
| Officiële URL | https://chromewebstore.google.com/detail/npm-files-explorer/mglfodcdihjmnkjdnkjjpfdlkadnfbii | 
| Beschrijving | Adds a button to browse files of a package on NPM | 
| Bestandsgrootte | 472 KB | 
| Aantal Installaties | 89 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2021-01-03 | 
| Publicatiedatum | 2020-12-23 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | androz2091 | 
| [email protected] | |
| Betalingswijze | free | 
| Help Pagina-URL | https://androz2091.fr/discord | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NPM Files Explorer",
    "version": "1.0.1",
    "description": "Adds a button to browse files of a package on NPM",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "button.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.npmjs.com\/package\/*"
            ]
        }
    ]
}  |  |