Simple Reloader

Automatically reloads the current tab as needed.

O que é Simple Reloader?

Simple Reloader é uma extensão do Chrome desenvolvida por Drew Cossey, e sua principal característica é "Automatically reloads the current tab as needed.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Reloader

Baixe arquivos de extensão Simple Reloader 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

                        A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown.

Can optionally tell the browser to ignore the browser cache for the reloads.                    

Informações Básicas da Extensão

Nome Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
URL Oficial https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Descrição Automatically reloads the current tab as needed.
Tamanho do Arquivo 53.26 KB
Contagem de Instalações 481
Versão Atual 1.0.1
Última Atualização 2015-04-29
Data de Publicação 2015-04-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Drew Cossey
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Reloader",
    "version": "1.0.1",
    "description": "Automatically reloads the current tab as needed.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Reloadit",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}