Timer Refresh

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

What is Timer Refresh?

Timer Refresh is a Chrome extension developed by thomashg0712, and its main feature is "Timer refresh the specified page or only refresh the inactive TAB page.".

Extension Screenshots

screenshot

Download Timer Refresh Extension CRX File

Download Timer Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
Official URL https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Description Timer refresh the specified page or only refresh the inactive TAB page.
File Size 27.85 KB
Installation Count 42
Current Version 0.0.1
Last Updated 2020-01-19
Publish Date 2020-01-19
Developer thomashg0712
Payment Type free
Supported Languages 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"
}