Input hidden Monitor

Monitoring of Hidden inputs

Co to jest Input hidden Monitor?

Input hidden Monitor to rozszerzenie Chrome opracowane przez Bohumil Beran, a jego główną funkcją jest „Monitoring of Hidden inputs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Input hidden Monitor

Pobierz pliki rozszerzeń Input hidden Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Input hidden Monitor Input hidden Monitor
ID fegecagefcfpmpiklbalddddgflaelne
Oficjalny URL https://chromewebstore.google.com/detail/input-hidden-monitor/fegecagefcfpmpiklbalddddgflaelne
Opis Monitoring of Hidden inputs
Rozmiar pliku 36.05 KB
Liczba instalacji 448
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-10-24
Data Publikacji 2014-10-24
Deweloper Bohumil Beran
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}