Fix that page!

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

Fix that page!とは何ですか?

Fix that page!はToxic Hamster Softwareによって開発されたChromeの拡張機能で、その主な機能は「The extension helps out when Chrome for OS X has problems showing a page」です。

拡張機能のスクリーンショット

screenshot

Fix that page!拡張機能のCRXファイルをダウンロード

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
    }
}