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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Essentials

ดาวน์โหลดไฟล์ส่วนขยาย Web Essentials ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Essentials 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": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "img\/vs16.png",
            "20": "img\/vs24.png",
            "24": "img\/vs24.png",
            "32": "img\/vs32.png"
        },
        "default_title": "Web Essentials",
        "default_popup": "popup.htm"
    },
    "web_accessible_resources": [
        "page.js"
    ],
    "offline_enabled": true,
    "permissions": [
        ""
    ]
}