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.
Vad är Chrome Presentation Mode?
Chrome Presentation Mode är en Chrome-tillägg utvecklad av Tim Wickstrom, och dess huvudfunktion är "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".
Tilläggsskärmbilder
Ladda ner Chrome Presentation Mode-förlängningens CRX-fil
Ladda ner Chrome Presentation Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
Beskrivning | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
Filstorlek | 13.03 KB |
Antal Installationer | 5,111 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2018-10-26 |
Publiceringsdatum | 2018-10-26 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Tim Wickstrom |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |