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.
Co je Chrome Presentation Mode?
Chrome Presentation Mode je rozšíření Chrome vyvinuté Tim Wickstrom, a jeho hlavní funkcí je „Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chrome Presentation Mode
Stáhněte si soubory rozšíření Chrome Presentation Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
Oficiální URL | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
Popis | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
Velikost souboru | 13.03 KB |
Počet instalací | 5,111 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2018-10-26 |
Datum Vydání | 2018-10-26 |
Hodnocení | 4.43/5 Celkem 7 Hodnocení |
Vývojář | Tim Wickstrom |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } |