Input hidden Monitor

Monitoring of Hidden inputs

Input hidden Monitorとは何ですか?

Input hidden MonitorはBohumil Beranによって開発されたChromeの拡張機能で、その主な機能は「Monitoring of Hidden inputs」です。

拡張機能のスクリーンショット

screenshot
screenshot

Input hidden Monitor拡張機能のCRXファイルをダウンロード

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