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是由Arik W開發的Chrome擴展程式,該擴展的主要功能是“Automagically finds a video, game, frame, or other embedded content in a webpage and makes it full screen with a single click”。
擴展截圖
下載Fullscreen Magic擴展crx文件
下載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 |
官方網址 | 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": [ " |