AutoRefresh+

Powerful timed refresh tool

O que é AutoRefresh+?

AutoRefresh+ é uma extensão do Chrome desenvolvida por MichaelKeys, e sua principal característica é "Powerful timed refresh tool".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AutoRefresh+

Baixe arquivos de extensão AutoRefresh+ 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

                        AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.

The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!                    

Informações Básicas da Extensão

Nome AutoRefresh+ AutoRefresh+
ID jdcmniiepfjinccadkbjliiopialnnmi
URL Oficial https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi
Descrição Powerful timed refresh tool
Tamanho do Arquivo 65.98 KB
Contagem de Instalações 659
Versão Atual 1.0
Última Atualização 2018-11-04
Data de Publicação 2018-11-04
Desenvolvedor MichaelKeys
Tipo de Pagamento free
Site da Extensão https://bitbucket.org/MichaelKeys/autorefresh/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoRefresh+",
    "version": "1.0",
    "description": "Powerful timed refresh tool",
    "permissions": [
        "activeTab",
        "alarms",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/AutoRefresh+16.png",
            "32": "images\/AutoRefresh+32.png",
            "48": "images\/AutoRefresh+48.png",
            "128": "images\/AutoRefresh+128.png"
        }
    },
    "icons": {
        "16": "images\/AutoRefresh+16.png",
        "32": "images\/AutoRefresh+32.png",
        "48": "images\/AutoRefresh+48.png",
        "128": "images\/AutoRefresh+128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}