• Stars
    star
    654
  • Rank 68,870 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 15 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🔍 Extension that detects which JavaScript libraries are running on a page

Library Detector For Chrome

The Library Detector extension discovers which JavaScript libraries are being utilized on webpages that you visit and displays their icons on the Chrome Menu. Currently supports:

To run the development version of the plugin

  1. Clone the Git repo from Github git clone [email protected]:johnmichel/Library-Detector-for-Chrome.git LibraryDetector
  2. Navigate to chrome://extensions in Chrome
  3. Expand the "Developer Mode" section
  4. Click "Load unpacked extension..." and select the LibraryDetector folder

Contributors

Inspiration

Library detection class inspired by Paul Bakaus' Library Detector for Firefox