Web Essentials
Interacts with Visual Studio's Browser Link feature
Web Essentialsとは何ですか?
Web EssentialsはMads Kristensenによって開発されたChromeの拡張機能で、その主な機能は「Interacts with Visual Studio's Browser Link feature」です。
拡張機能のスクリーンショット
Web Essentials拡張機能のCRXファイルをダウンロード
Web Essentials拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | mghdcdlpcdiodelbplncnodiiadljhhk |
| 公式URL | https://chromewebstore.google.com/detail/web-essentials/mghdcdlpcdiodelbplncnodiiadljhhk |
| 説明 | Interacts with Visual Studio's Browser Link feature |
| ファイルサイズ | 14.67 KB |
| インストール数 | 2,882 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-06-14 |
| 公開日 | 2017-06-14 |
| 評価 | 2.23/5 合計 13 レビュー |
| 開発者 | Mads Kristensen |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/madskristensen/WebEssentialsChrome |
| 対応言語 | 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": [
" | |