Library-Detector-for-Chrome
Library-Detector-for-Chrome copied to clipboard
ISSUE #47: Sort detected libraries by name
@tancnle Thanks for taking the lead on this. I'm thinking we might need to take a more intelligent approach than this. In particular, I think it's useful to have the plugins listed according to their size or primary use case. For example, you don't build an "Underscore Site", you build a "jQuery site" that also uses underscore. Or, primary libraries should show up before javascript loaders.
I'm going to cut a release of the extension today, but let's keep working on this for the next release.
@andrewbredow That would be a killer feature to add I think. Regarding detecting library size, it's going to be a bit tricky, considering lots of sites nowadays serves concatenated JS assets. The other options is given we can detect the library name + version number, we can query an intermediate service for known file sizes.
Any problems with merge, performance issue?