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.
Apa itu Chrome Presentation Mode?
Chrome Presentation Mode adalah ekstensi Chrome yang dikembangkan oleh Tim Wickstrom, dan fitur utamanya adalah "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome Presentation Mode
Unduh file ekstensi Chrome Presentation Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
URL Resmi | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
Deskripsi | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
Ukuran File | 13.03 KB |
Jumlah Instalasi | 5,111 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2018-10-26 |
Tanggal Publikasi | 2018-10-26 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Tim Wickstrom |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |