Auto Refresher

Automatically refresh the page on a set interval

什么是Auto Refresher?

Auto Refresher是由jones.kaivon开发的Chrome扩展程序,该扩展的主要功能是“Automatically refresh the page on a set interval”。

下载Auto Refresher扩展crx文件

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

扩展使用说明

                        Simple and easy to use extension to auto reload the page its opened on.                    

扩展基本信息

名称 Auto Refresher Auto Refresher
ID nlfnbbnnpiiiifgnbckjhkhpmggpailj
官方URL https://chrome.google.com/webstore/detail/nlfnbbnnpiiiifgnbckjhkhpmggpailj
简介 Automatically refresh the page on a set interval
文件大小 114 KB
安装次数 26
当前版本 1.0
更新时间 2018-09-01
上架时间 2018-09-01
开发者 jones.kaivon
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresher",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Automatically refresh the page on a set interval",
    "icons": {
        "16": "images\/refresh-icon16.png",
        "48": "images\/refresh-icon48.png",
        "128": "images\/refresh-icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/refresh-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}