Fix that page!

The extension helps out when Chrome for OS X has problems showing a page

O que é Fix that page!?

Fix that page! é uma extensão do Chrome desenvolvida por Toxic Hamster Software, e sua principal característica é "The extension helps out when Chrome for OS X has problems showing a page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fix that page!

Baixe arquivos de extensão Fix that page! 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

                        You might know the feeling. You are surfing the web on your Mac, in your fast and stable favorite browser, Google Chrome.

Then, your newly opened tab's content seems to have frozen, or even worse, do not show at all!

"Awww ma gaaad", you scream. "I wish I had a button to fix that page!". 

Here it is. 

(C) 2014 Toxic Hamster Software                    

Informações Básicas da Extensão

Nome Fix that page! Fix that page!
ID ngaffnnpfcigmkeggicpicemjihmalkb
URL Oficial https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb
Descrição The extension helps out when Chrome for OS X has problems showing a page
Tamanho do Arquivo 14.1 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2014-06-25
Data de Publicação 2014-06-25
Desenvolvedor Toxic Hamster Software
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix that page!",
    "description": "The extension helps out when Chrome for OS X has problems showing a page",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Fix that page!",
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}