FullscreenEverything

Fullscreen everything in your browser's web page

Vad är FullscreenEverything?

FullscreenEverything är en Chrome-tillägg utvecklad av xieby123, och dess huvudfunktion är "Fullscreen everything in your browser's web page".

Tilläggsskärmbilder

screenshot

Ladda ner FullscreenEverything-förlängningens CRX-fil

Ladda ner FullscreenEverything-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
Officiell webbadress https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Beskrivning Fullscreen everything in your browser's web page
Filstorlek 21.15 KB
Antal Installationer 59
Aktuell Version 0.1.0
Senast Uppdaterad 2022-07-15
Publiceringsdatum 2022-07-14
Utvecklare xieby123
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/FullscreenEverything/FullscreenEverything
Stödda Språk 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"
    }
}