Fix that page!

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

¿Qué es Fix that page!?

Fix that page! es una extensión de Chrome desarrollada por Toxic Hamster Software, y su función principal es "The extension helps out when Chrome for OS X has problems showing a page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fix that page!

Descarga archivos de extensión Fix that page! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Fix that page! Fix that page!
ID ngaffnnpfcigmkeggicpicemjihmalkb
URL Oficial https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb
Descripción The extension helps out when Chrome for OS X has problems showing a page
Tamaño del Archivo 14.1 KB
Cantidad de Instalaciones 15
Versión Actual 1.0
Última Actualización 2014-06-25
Fecha de Publicación 2014-06-25
Desarrollador Toxic Hamster Software
Tipo de Pago free
Idiomas Soportados 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
    }
}