Fix that page!

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

Fix that page! là gì?

Fix that page! là một tiện ích mở rộng Chrome được phát triển bởi Toxic Hamster Software, và tính năng chính của nó là "The extension helps out when Chrome for OS X has problems showing a page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fix that page!

Tải xuống các tệp mở rộng Fix that page! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fix that page! Fix that page!
ID ngaffnnpfcigmkeggicpicemjihmalkb
URL Chính Thức https://chromewebstore.google.com/detail/fix-that-page/ngaffnnpfcigmkeggicpicemjihmalkb
Mô tả The extension helps out when Chrome for OS X has problems showing a page
Kích Thước Tệp 14.1 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-06-25
Ngày Phát Hành 2014-06-25
Nhà Phát Triển Toxic Hamster Software
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}