elm-detector

Detects Elm apps as you browse.

elm-detectorคืออะไร?

elm-detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Detects Elm apps as you browse."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย elm-detector

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

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

                        Chrome extension that detects Elm apps as you browse                    

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

ชื่อ elm-detector elm-detector
ID fleeceejpamechhemmnfagghoklpeemi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elm-detector/fleeceejpamechhemmnfagghoklpeemi
คำอธิบาย Detects Elm apps as you browse.
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-06-08
วันที่เผยแพร่ 2016-06-08
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "elm-detector",
    "short_name": "elm-detector",
    "description": "Detects Elm apps as you browse.",
    "author": "Ronn Ross",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "detector.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/elm.png"
    }
}