Platzi Full Mode
Mueve la barra de aportes para que tengas mayor campo de visión del video.
Platzi Full Modeคืออะไร?
Platzi Full Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย e.devars.dev และคุณลักษณะหลักของมันคือ "Mueve la barra de aportes para que tengas mayor campo de visión del video."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Platzi Full Mode
ดาวน์โหลดไฟล์ส่วนขยาย Platzi Full Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mueve la barra de aportes a la parte inferior de la página para que tengas mayor campo de visión de tu clase. Es mu útil para tener en la mitad de la pantalla la clase y en la otra mitad tu editor de código o notas.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gagcnccdfkplocfcjocdlfanplhhjdaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/platzi-full-mode/gagcnccdfkplocfcjocdlfanplhhjdaa |
คำอธิบาย | Mueve la barra de aportes para que tengas mayor campo de visión del video. |
ขนาดไฟล์ | 19.86 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2021-06-27 |
วันที่เผยแพร่ | 2021-03-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | e.devars.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Platzi Full Mode", "description": "Mueve la barra de aportes para que tengas mayor campo de visi\u00f3n del video.", "version": "0.5", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/platzi.com\/clases\/*" ], "js": [ "js\/contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon120.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon120.png" } } |