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.

What is Chrome Presentation Mode?

Chrome Presentation Mode is a Chrome extension developed by Tim Wickstrom, and its main feature is "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Chrome Presentation Mode Extension CRX File

Download Chrome Presentation Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chrome Presentation Mode Chrome Presentation Mode
ID bgcfdodiekfhjfdcamaelkanbbifepib
Official URL https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib
Description Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.
File Size 13.03 KB
Installation Count 5,111
Current Version 1.0.2
Last Updated 2018-10-26
Publish Date 2018-10-26
Rating 4.43/5 Total 7 Ratings
Developer Tim Wickstrom
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}