FullscreenEverything

Fullscreen everything in your browser's web page

Co to jest FullscreenEverything?

FullscreenEverything to rozszerzenie Chrome opracowane przez xieby123, a jego główną funkcją jest „Fullscreen everything in your browser's web page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FullscreenEverything

Pobierz pliki rozszerzeń FullscreenEverything w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
Oficjalny URL https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Opis Fullscreen everything in your browser's web page
Rozmiar pliku 21.15 KB
Liczba instalacji 59
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-07-15
Data Publikacji 2022-07-14
Deweloper xieby123
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/FullscreenEverything/FullscreenEverything
Obsługiwane Języki 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"
    }
}