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.

Was ist Chrome Presentation Mode?

Chrome Presentation Mode ist eine Chrome-Erweiterung, die von Tim Wickstrom entwickelt wurde, und ihr Hauptmerkmal ist "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Chrome Presentation Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Presentation Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chrome Presentation Mode Chrome Presentation Mode
ID bgcfdodiekfhjfdcamaelkanbbifepib
Offizielle URL https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib
Beschreibung Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
Dateigröße 13.03 KB
Installationsanzahl 5,111
Aktuelle Version 1.0.2
Letztes Update 2018-10-26
Veröffentlichungsdatum 2018-10-26
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler Tim Wickstrom
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}