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
官方網址 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
    }
}