Hide Fixed Elements (packaged by Denis)
Hide fixed elements on a page to open up more viewing space
Hide Fixed Elements (packaged by Denis)คืออะไร?
Hide Fixed Elements (packaged by Denis) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sokolov.cc และคุณลักษณะหลักของมันคือ "Hide fixed elements on a page to open up more viewing space"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Fixed Elements (packaged by Denis)
ดาวน์โหลดไฟล์ส่วนขยาย Hide Fixed Elements (packaged by Denis) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Originally created by Andrew F. The original package was outdated and removed from the store, this is a repackaged version. https://github.com/andfarm/HideFixedElements
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Fixed Elements (packaged by Denis) |
ID | jfgjldkmonkamcehfffkfblofgimphld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-fixed-elements-packa/jfgjldkmonkamcehfffkfblofgimphld |
คำอธิบาย | Hide fixed elements on a page to open up more viewing space |
ขนาดไฟล์ | 26.84 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2022-12-29 |
วันที่เผยแพร่ | 2022-12-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://sokolov.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/denis-sokolov/hide-fixed-elements |
URL หน้าช่วยเหลือ | https://github.com/denis-sokolov/hide-fixed-elements/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Fixed Elements (packaged by Denis)", "description": "Hide fixed elements on a page to open up more viewing space", "version": "1.2.2", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ] } |