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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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! |
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 } } |