Web Essentials
Interacts with Visual Studio's Browser Link feature
What is Web Essentials?
Web Essentials is a Chrome extension developed by Mads Kristensen, and its main feature is "Interacts with Visual Studio's Browser Link feature".
Extension Screenshots
Download Web Essentials Extension CRX File
Download Web Essentials extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Web Essentials |
ID | mghdcdlpcdiodelbplncnodiiadljhhk |
Official URL | https://chromewebstore.google.com/detail/web-essentials/mghdcdlpcdiodelbplncnodiiadljhhk |
Description | Interacts with Visual Studio's Browser Link feature |
File Size | 14.67 KB |
Installation Count | 2,882 |
Current Version | 1.1 |
Last Updated | 2017-06-14 |
Publish Date | 2017-06-14 |
Rating | 2.23/5 Total 13 Ratings |
Developer | Mads Kristensen |
Payment Type | free |
Extension Website | https://github.com/madskristensen/WebEssentialsChrome |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Essentials", "description": "Interacts with Visual Studio's Browser Link feature", "author": "Mads Kristensen", "version": "1.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ " |