Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

O que é Auto refresh actual webpage?

Auto refresh actual webpage é uma extensão do Chrome desenvolvida por https://www.extensions-for-chrome.com, e sua principal característica é "Automatically reload webpage in actual tab. You can set refresh interval.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto refresh actual webpage

Baixe arquivos de extensão Auto refresh actual webpage 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

                        Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

Informações Básicas da Extensão

Nome Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
URL Oficial https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
Descrição Automatically reload webpage in actual tab. You can set refresh interval.
Tamanho do Arquivo 51.12 KB
Contagem de Instalações 1,929
Versão Atual 1.0
Última Atualização 2013-09-21
Data de Publicação 2013-09-21
Classificação 3.33/5 Total de 15 Avaliações
Desenvolvedor https://www.extensions-for-chrome.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}