Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

什么是Auto Refresh?

Auto Refresh是由enaumenko1997开发的Chrome扩展程序,该扩展的主要功能是“You can set the period in which the required tab will be refreshed with this extension”。

扩展截图

screenshot

下载Auto Refresh扩展crx文件

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

扩展使用说明

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

扩展基本信息

名称 Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
官方URL https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
简介 You can set the period in which the required tab will be refreshed with this extension
文件大小 21.25 KB
安装次数 104
当前版本 1.0
更新时间 2021-02-10
上架时间 2021-02-10
评分 3.00/5 共1次评分
开发者 enaumenko1997
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}