Fix that page!

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

Что такое Fix that page!?

Fix that page! - это расширение Chrome, разработанное Toxic Hamster Software, и его основная функция - "The extension helps out when Chrome for OS X has problems showing a page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fix that page!

Скачайте файлы расширений Fix that page! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Fix that page! Fix that page!
ID ngaffnnpfcigmkeggicpicemjihmalkb
Официальный URL https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb
Описание The extension helps out when Chrome for OS X has problems showing a page
Размер файла 14.1 KB
Количество установок 15
Текущая Версия 1.0
Последнее Обновление 2014-06-25
Дата публикации 2014-06-25
Разработчик Toxic Hamster Software
Тип оплаты free
Поддерживаемые языки 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
    }
}