Web Essentials
Interacts with Visual Studio's Browser Link feature
Web Essentialsคืออะไร?
Web Essentials เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mads Kristensen และคุณลักษณะหลักของมันคือ "Interacts with Visual Studio's Browser Link feature"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Essentials
ดาวน์โหลดไฟล์ส่วนขยาย Web Essentials ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Essentials |
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": [ " |