Fullscreen Magic
Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click
Τι είναι το Fullscreen Magic;
Το Fullscreen Magic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arik W, και η κύρια λειτουργία του είναι "Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fullscreen Magic
Λήψη αρχείων επέκτασης Fullscreen Magic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
# Fullscreen Magic Fullscreen Magic will automatically find the most relevant element of a webpage and show it to you in a full screen. Fully enjoy videos, games, pdfs, and other embedded content with just one click. No more distractions, no more zooming in and out, no more hassle. Just pure magic. ## Features - Works for videos (YouTube, Facebook, Twitter, etc.), iframes, simple online games, canvas elements, PDF viewers and other embedded content - Detects the element of interest automatically and shows it in full screen mode - Supports keyboard shortcuts and mouse gestures for easy navigation - Compatible with Chrome, Firefox and Edge browsers ## Usage To use Fullscreen Magic, follow these steps: - Visit any webpage that contains an element you want to view in full screen mode - Click on the Fullscreen Magic icon in the toolbar - Enjoy the full screen experience - To exit full screen mode, press F11 or Esc on your keyboard ## Source Code and License Fullscreen Magic is open sourced and licensed under the MIT License. See https://github.com/arikw/fullscreen-magic-extension/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Fullscreen Magic |
ID | agpmfmfpldoabkmhjanenelnnplfcidm |
Επίσημο URL | https://chromewebstore.google.com/detail/fullscreen-magic/agpmfmfpldoabkmhjanenelnnplfcidm |
Περιγραφή | Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click |
Μέγεθος Αρχείου | 97.92 KB |
Αριθμός Εγκαταστάσεων | 33 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-04-22 |
Ημερομηνία Δημοσίευσης | 2023-04-18 |
Προγραμματιστής | Arik W |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/arikw/fullscreen-magic-extension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/arikw/fullscreen-magic-extension/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fullscreen Magic", "version": "1.0.0", "description": "Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Click to fullscreen" }, "background": { "service_worker": "main.js" }, "web_accessible_resources": [ { "matches": [ " |