Timer Refresh

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

O que é Timer Refresh?

Timer Refresh é uma extensão do Chrome desenvolvida por thomashg0712, e sua principal característica é "Timer refresh the specified page or only refresh the inactive TAB page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Timer Refresh

Baixe arquivos de extensão Timer Refresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
URL Oficial https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Descrição Timer refresh the specified page or only refresh the inactive TAB page.
Tamanho do Arquivo 27.85 KB
Contagem de Instalações 42
Versão Atual 0.0.1
Última Atualização 2020-01-19
Data de Publicação 2020-01-19
Desenvolvedor thomashg0712
Tipo de Pagamento free
Idiomas Suportados 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"
}