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 to jest Chrome Presentation Mode?
Chrome Presentation Mode to rozszerzenie Chrome opracowane przez Tim Wickstrom, a jego główną funkcją jest „Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Presentation Mode
Pobierz pliki rozszerzeń Chrome Presentation Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
Opis | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
Rozmiar pliku | 13.03 KB |
Liczba instalacji | 5,111 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-10-26 |
Data Publikacji | 2018-10-26 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | Tim Wickstrom |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } |