Library-Detector-for-Chrome icon indicating copy to clipboard operation
Library-Detector-for-Chrome copied to clipboard

ISSUE #47: Sort detected libraries by name

Open tancnle opened this issue 10 years ago • 3 comments

tancnle avatar Jul 09 '14 01:07 tancnle

@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 avatar Aug 13 '14 17:08 andrewbredow

@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.

tancnle avatar Aug 20 '14 01:08 tancnle

Any problems with merge, performance issue?

Semigradsky avatar Nov 09 '17 11:11 Semigradsky