PingER

Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.

PingERとは何ですか?

PingERはKishore Ithadiによって開発されたChromeの拡張機能で、その主な機能は「Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.」です。

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

screenshot
screenshot

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

PingER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pinger will run in the background when the browser is closed. This extension will send an email and chrome desktop notification once your entities state is changed. You can also customize the interval of status check.                    

拡張機能の基本情報

名前 PingER PingER
ID jcoegkmjenfpgmkoeomahaioddaajfdk
公式URL https://chrome.google.com/webstore/detail/pinger/jcoegkmjenfpgmkoeomahaioddaajfdk
説明 Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.
ファイルサイズ 207 KB
インストール数 84
現在のバージョン 0.0.0.3
最終更新日 2019-11-19
公開日 2019-11-15
評価 5.00/5 合計 4 レビュー
開発者 Kishore Ithadi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/KishoreIthadi/Pinger
ヘルプページのURL https://github.com/KishoreIthadi/Pinger/issues
プライバシーポリシーページのURL https://github.com/KishoreIthadi/Pinger/blob/master/LICENSE
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PingER",
    "short_name": "PingER",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Pinger is a simple but elegant chrome extension to monitor the status of a remote server, website or a remote DB.",
    "version": "0.0.0.3",
    "icons": {
        "16": "images\/pingerX16.png",
        "32": "images\/pingerX32.png",
        "48": "images\/pingerX48.png",
        "128": "images\/pingerX128.png"
    },
    "browser_action": {
        "default_icon": "images\/pingerX32.png",
        "default_popup": "pinger.html"
    },
    "background": {
        "scripts": [
            "scripts\/vendorjs.min.js",
            "scripts\/common.min.js",
            "scripts\/background.min.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}