Page Auto Refresher

Simple & Easy. Give your hands a rest!

O que é Page Auto Refresher?

Page Auto Refresher é uma extensão do Chrome desenvolvida por yongwoonyo, e sua principal característica é "Simple & Easy. Give your hands a rest!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Page Auto Refresher

Baixe arquivos de extensão Page Auto Refresher 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

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!

---------------------------------
v1.2 released!
fix some bugs are show up on first run time.
add more features : refresh all tabs by checkbox. initialize all parameters when 'Reset & Stop' button is clicked.                    

Informações Básicas da Extensão

Nome Page Auto Refresher Page Auto Refresher
ID lbnaaiagjdnialejpejfbiofmdceakjd
URL Oficial https://chromewebstore.google.com/detail/page-auto-refresher/lbnaaiagjdnialejpejfbiofmdceakjd
Descrição Simple & Easy. Give your hands a rest!
Tamanho do Arquivo 9.29 KB
Contagem de Instalações 2,090
Versão Atual 1.2
Última Atualização 2015-06-30
Data de Publicação 2015-06-30
Classificação 4.04/5 Total de 24 Avaliações
Desenvolvedor yongwoonyo
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Auto Refresher",
    "version": "1.2",
    "description": "Simple & Easy. Give your hands a rest!",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}