NPM Files Explorer
Adds a button to browse files of a package on NPM
NPM Files Explorer क्या है?
NPM Files Explorer androz2091 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to browse files of a package on NPM"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NPM Files Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | NPM Files Explorer |
ID | mglfodcdihjmnkjdnkjjpfdlkadnfbii |
आधिकारिक URL | https://chromewebstore.google.com/detail/npm-files-explorer/mglfodcdihjmnkjdnkjjpfdlkadnfbii |
विवरण | Adds a button to browse files of a package on NPM |
फ़ाइल का आकार | 472 KB |
स्थापना संख्या | 89 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-01-03 |
प्रकाशन तिथि | 2020-12-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | androz2091 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://androz2091.fr/discord |
समर्थित भाषाएँ | 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\/*" ] } ] } |