Detect web frameworks, libraries and tools run on browsing website.
This is a chrome extension will help web developer to inspect web framework, CMS, Libraries and Tools running on current browsing website. An icon will appear on address bar indicates the detected technologies. Currently, this extension can detect more than 100 popular CMS and tools, and more will be added in future releases.
This extension originally named ChromeSniffer / AppSpector.
Run npm run build
to build the extension. It will result the built extension under build
folder. Then you can follow this link to load unpacked extension.
You can also use npm run build:watch
to tell the build tool to automatically build when there is new change from the source.