Auto Refresh

Reload the web page automatically in the time interval that you want.

什么是Auto Refresh?

Auto Refresh是由https://stni.pw开发的Chrome扩展程序,该扩展的主要功能是“Reload the web page automatically in the time interval that you want.”。

扩展截图

screenshot

下载Auto Refresh扩展crx文件

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

扩展使用说明

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

扩展基本信息

名称 Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
官方URL https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
简介 Reload the web page automatically in the time interval that you want.
文件大小 43.26 KB
安装次数 6,749
当前版本 1.0.6
更新时间 2016-06-26
上架时间 2016-06-26
评分 3.00/5 共4次评分
开发者 https://stni.pw
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}