EdScreen
Make multiple webpages visible on the same screen.
EdScreenคืออะไร?
EdScreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Teachnology Inc. และคุณลักษณะหลักของมันคือ "Make multiple webpages visible on the same screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EdScreen
ดาวน์โหลดไฟล์ส่วนขยาย EdScreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EdScreen by Mr. Teachnology / Jay Murphy Work with multiple pages side by side. EdScreen enhances productivity and functionality while using chrome. For questions please contact [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EdScreen |
ID | kamhblojfkpcbpfbgfpcbiffpnjjoppl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edscreen/kamhblojfkpcbpfbgfpcbiffpnjjoppl |
คำอธิบาย | Make multiple webpages visible on the same screen. |
ขนาดไฟล์ | 127 KB |
จำนวนการติดตั้ง | 724 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-10-08 |
วันที่เผยแพร่ | 2017-10-08 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Mr. Teachnology Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.mrteachnology.com |
URL หน้าช่วยเหลือ | http://www.mrteachnology.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.jaymurphy.org |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EdScreen", "description": "Make multiple webpages visible on the same screen.", "version": "1.5", "icons": { "128": "icons\/edscreen.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/edscreen.png", "default_popup": "popup.html" }, "web_accessible_resources": [], "permissions": [ "activeTab", "tabs", "storage" ] } |