Chrome Presentation Mode
Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
Chrome Presentation Modeคืออะไร?
Chrome Presentation Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Wickstrom และคุณลักษณะหลักของมันคือ "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Presentation Mode
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Presentation Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome presentation mode is back. Simply install this plugin to have quick access to a fullscreen window that removes all browser elements including the address bar and all tabs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
คำอธิบาย | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
ขนาดไฟล์ | 13.03 KB |
จำนวนการติดตั้ง | 5,111 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2018-10-26 |
วันที่เผยแพร่ | 2018-10-26 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Tim Wickstrom |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Presentation Mode", "version": "1.0.2", "description": "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.", "manifest_version": 2, "author": "Tim Wickstrom", "options_page": "credits.html", "icons": { "16": "images\/fullscreen16.png", "32": "images\/fullscreen32.png", "48": "images\/fullscreen48.png", "64": "images\/fullscreen64.png", "128": "images\/fullscreen128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Enter Presentation Mode", "default_icon": { "16": "images\/fullscreen16.png", "32": "images\/fullscreen32.png", "48": "images\/fullscreen48.png", "64": "images\/fullscreen64.png", "128": "images\/fullscreen128.png" } } } |