ZapFixed
Zap fixed menus
ZapFixedคืออะไร?
ZapFixed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim333 และคุณลักษณะหลักของมันคือ "Zap fixed menus"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZapFixed
ดาวน์โหลดไฟล์ส่วนขยาย ZapFixed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Zap fixed menus and similar. Make them disappear. Annoyed by fixed menus and similar cluttering your page when you are trying to read? You scroll but they stay? Just click ZapFix to hide most of the fixed stuff, click again to get it back. The app just uses jQuery to toggle fixed elements to hidden. Sometimes it'll toggle one annoying thing on when the other goes off If so try refreshing and zapping them both at once.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZapFixed |
ID | jgiflpbkoefoepgmeifoglafkomgjbge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge |
คำอธิบาย | Zap fixed menus |
ขนาดไฟล์ | 40.8 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2017-08-31 |
วันที่เผยแพร่ | 2017-08-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tim333 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZapFixed", "description": "Zap fixed menus", "version": "0.0.7", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "ZapFixed menus" }, "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2 } |