Input hidden Monitor

Monitoring of Hidden inputs

Input hidden Monitorคืออะไร?

Input hidden Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bohumil Beran และคุณลักษณะหลักของมันคือ "Monitoring of Hidden inputs"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Input hidden Monitor

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

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

                        Ideal for watching hidden inputs, whose values ​​change a javascript.                    

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

ชื่อ Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
คำอธิบาย Monitoring of Hidden inputs
ขนาดไฟล์ 36.05 KB
จำนวนการติดตั้ง 448
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-10-24
วันที่เผยแพร่ 2014-10-24
ผู้พัฒนา Bohumil Beran
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input hidden Monitor",
    "description": "Monitoring of Hidden inputs",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Input hidden Monitor",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/utils.js",
                "js\/content.js"
            ]
        }
    ]
}