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
电子邮箱 [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:\/\/*\/*"
    ]
}