FullscreenEverything
Fullscreen everything in your browser's web page
Was ist FullscreenEverything?
FullscreenEverything ist eine Chrome-Erweiterung, die von xieby123 entwickelt wurde, und ihr Hauptmerkmal ist "Fullscreen everything in your browser's web page".
Erweiterungsscreenshots
FullscreenEverything-Erweiterungs-CRX-Datei herunterladen
Laden Sie FullscreenEverything-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything! Usage: * click FullscreenEverything to enter the selecting mode * in selecting mode, the element will be highlighted when the cursor hovers on it * in selecting mode, by clicking the highlighted element to fullscreen it * in selecting mode, press the Esc key to exit without fullscreen anything
Grundlegende Informationen zur Erweiterung
Name | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
Offizielle URL | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
Beschreibung | Fullscreen everything in your browser's web page |
Dateigröße | 21.15 KB |
Installationsanzahl | 59 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-07-15 |
Veröffentlichungsdatum | 2022-07-14 |
Entwickler | xieby123 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/FullscreenEverything/FullscreenEverything |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FullscreenEverything", "version": "0.1.0", "description": "Fullscreen everything in your browser's web page", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Click to activate" }, "background": { "service_worker": "main.js" }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |