Auto Refresh Page

Auto Refresh Page is the extension to refresh a page on regular intervals

什么是Auto Refresh Page?

Auto Refresh Page是由ProfileVisitor.co开发的Chrome扩展程序,该扩展的主要功能是“Auto Refresh Page is the extension to refresh a page on regular intervals”。

扩展截图

screenshot

下载Auto Refresh Page扩展crx文件

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

扩展使用说明

                        Auto Refresh Page 

It is a simple  extension to refresh the page at regular intervals.

You can customize the default time and have separate timers running for all of your tabs.                    

扩展基本信息

名称 Auto Refresh Page Auto Refresh Page
ID iiblfhmcehfejobfioibjbdpgigcmkgj
官方URL https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj
简介 Auto Refresh Page is the extension to refresh a page on regular intervals
文件大小 201 KB
安装次数 4,000
当前版本 1.0.2
更新时间 2018-01-31
上架时间 2018-01-31
评分 3.33/5 共3次评分
开发者 ProfileVisitor.co
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Auto Refresh Page is the extension to refresh a page on regular intervals",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Auto Refresh Page",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}