Splunkd AutoRefresh

Splunkd Auto Refresh

什么是Splunkd AutoRefresh?

Splunkd AutoRefresh是由hamilton.greene开发的Chrome扩展程序,该扩展的主要功能是“Splunkd Auto Refresh”。

下载Splunkd AutoRefresh扩展crx文件

下载Splunkd AutoRefresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *Automatically detects "503 Service Unavailable" Splunkd Daemon errors on Splunk domains when page is loaded or tab is switched
*If a 503 error is detected, the extension will automatically refresh the page it was found on.                    

扩展基本信息

名称 Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
官方URL https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
简介 Splunkd Auto Refresh
文件大小 6.36 KB
安装次数 31
当前版本 0.0.2
更新时间 2014-07-17
上架时间 2014-07-17
开发者 hamilton.greene
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Splunkd AutoRefresh",
    "manifest_version": 2,
    "version": "0.0.2",
    "description": "Splunkd Auto Refresh",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/splunk.homedepot.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}