Add Javascript and CSS libraries easily through an extensive and editable list of CDN links.
Features
Supports over 4000+ CSS and JS libraries
Automatically parses version number of library from url
List of libraries loaded in from a simple JSON file
Can automatically fetch list of libraries from cdnjs
Either pastes the URL of the library or formats it nicely as the relevant HTML tag (Script, Link, etc.)
CDNs.json File
The selection of libraries can be personally curated by editing the CDNs.JSON file that can be opened using the command: CDN List: Configure CDNs.json.
File Schema
{
"Library Name": "https url to the library",
"Library Name 2": "https url to the library"
}