Input hidden Monitor

Monitoring of Hidden inputs

Input hidden Monitor क्या है?

Input hidden Monitor Bohumil Beran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitoring of Hidden inputs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Input hidden Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}