Refresh 'Em All

Refresh all tabs in Current Window. Whopping seven lines of code — no crap.

O que é Refresh 'Em All?

Refresh 'Em All é uma extensão do Chrome desenvolvida por Ciantic, e sua principal característica é "Refresh all tabs in Current Window. Whopping seven lines of code — no crap.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Refresh 'Em All

Baixe arquivos de extensão Refresh 'Em All 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

                        Refresh or reload all tabs in current window.

No new functionality will be ever introduced. Icon changes may come in future, if necessary.                    

Informações Básicas da Extensão

Nome Refresh 'Em All Refresh 'Em All
ID iaoghbeamaalcgoembjppfekhelajipd
URL Oficial https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd
Descrição Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Tamanho do Arquivo 21.65 KB
Contagem de Instalações 610
Versão Atual 0.9.2
Última Atualização 2014-11-02
Data de Publicação 2014-11-02
Classificação 4.73/5 Total de 15 Avaliações
Desenvolvedor Ciantic
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh 'Em All",
    "version": "0.9.2",
    "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "app.png",
        "128": "app.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "Refresh all tabs in this window"
    }
}