FullscreenEverything
Fullscreen everything in your browser's web page
O que é FullscreenEverything?
FullscreenEverything é uma extensão do Chrome desenvolvida por xieby123, e sua principal característica é "Fullscreen everything in your browser's web page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FullscreenEverything
Baixe arquivos de extensão FullscreenEverything no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
URL Oficial | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
Descrição | Fullscreen everything in your browser's web page |
Tamanho do Arquivo | 21.15 KB |
Contagem de Instalações | 59 |
Versão Atual | 0.1.0 |
Última Atualização | 2022-07-15 |
Data de Publicação | 2022-07-14 |
Desenvolvedor | xieby123 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/FullscreenEverything/FullscreenEverything |
Idiomas Suportados | 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" } } |