Timer Refresh

Timer refresh the specified page or only refresh the inactive TAB page.

什么是Timer Refresh?

Timer Refresh是由thomashg0712开发的Chrome扩展程序,该扩展的主要功能是“Timer refresh the specified page or only refresh the inactive TAB page.”。

扩展截图

screenshot

下载Timer Refresh扩展crx文件

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

扩展使用说明

                        For some users with special needs, keeping the page active maybe a good help.                    

扩展基本信息

名称 Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
官方URL https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
简介 Timer refresh the specified page or only refresh the inactive TAB page.
文件大小 27.85 KB
安装次数 42
当前版本 0.0.1
更新时间 2020-01-19
上架时间 2020-01-19
开发者 thomashg0712
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/on128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}