Chrome extension for faster web browsing. http://bit.ly/webbooost
The extension is listening for all outcoming requests and substitute the requests for well-known and highly used javascript libraries, css files and fonts.
Just install it.
If you are a web developer - you can now develop your stuff without internet connection to CDNs. The libraries from CDNs will be served locally from the extension.
You can find the CDN and library usage research in this blog post.
CDNs covered:
- Google CDN
- Yandex CDN
- JSDelivr
- Microsoft CDN
- Cloudflare CDNJS
- jQuery CDN
- Bootstrap CDN
- Bootstrap old NetDNA CDN
Libraries covered:
- jQuery
- jQuery-migrate
- angular core (1.0.1 - 1.2.14)
- webfontloader
- yandex metrika (watch.js)
- google plus one (plusone.js)
- twitter widgets (widgets.js, client.js)
- swfobject
- Bootstrap JS (2.3.2, 3.1.1)
- Bootstrap CSS (2.3.2, 3.1.1)
- Font Awesome (3.2.1, 4.0.0)
- facebook (en_US/all.js)
Yes, it is. Try it, it's free.
For security reasons I do not accept pull requests with new libraries.
If you want to add some library, feel free to raise an issue.
If you want to modify the code or injection rules - make a pull request.
Run make all
to create a development build in /dist
.
You can point Chrome to this directory to use the "unpacked extension"
To pack the extension in a zip use make all pack