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.
Τι είναι το Chrome Presentation Mode;
Το Chrome Presentation Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tim Wickstrom, και η κύρια λειτουργία του είναι "Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome Presentation Mode
Λήψη αρχείων επέκτασης Chrome Presentation Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chrome Presentation Mode |
ID | bgcfdodiekfhjfdcamaelkanbbifepib |
Επίσημο URL | https://chromewebstore.google.com/detail/chrome-presentation-mode/bgcfdodiekfhjfdcamaelkanbbifepib |
Περιγραφή | Simple plugin to add presentation mode to chrome. This will force chrome into full screen mode and hide tabs and the address bar. |
Μέγεθος Αρχείου | 13.03 KB |
Αριθμός Εγκαταστάσεων | 5,111 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2018-10-26 |
Ημερομηνία Δημοσίευσης | 2018-10-26 |
Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Tim Wickstrom |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } } |