FullscreenEverything
Fullscreen everything in your browser's web page
Cos'è FullscreenEverything?
FullscreenEverything è un'estensione di Chrome sviluppata da xieby123, e la sua funzione principale è "Fullscreen everything in your browser's web page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FullscreenEverything
Scarica i file di estensione FullscreenEverything in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
URL Ufficiale | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
Descrizione | Fullscreen everything in your browser's web page |
Dimensione del File | 21.15 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-07-15 |
Data di Pubblicazione | 2022-07-14 |
Sviluppatore | xieby123 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FullscreenEverything/FullscreenEverything |
Lingue Supportate | 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" } } |