FullscreenEverything

Fullscreen everything in your browser's web page

What is FullscreenEverything?

FullscreenEverything is a Chrome extension developed by xieby123, and its main feature is "Fullscreen everything in your browser's web page".

Extension Screenshots

screenshot

Download FullscreenEverything Extension CRX File

Download FullscreenEverything extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
Official URL https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Description Fullscreen everything in your browser's web page
File Size 21.15 KB
Installation Count 59
Current Version 0.1.0
Last Updated 2022-07-15
Publish Date 2022-07-14
Developer xieby123
Email [email protected]
Payment Type free
Extension Website https://github.com/FullscreenEverything/FullscreenEverything
Supported Languages 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"
    }
}