WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Full Screen Tabs

Full Screen Tabs

View on Chrome Web Store
View Full Screen Tabs Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
2 new ratings
5 views
This extension has been viewed 5 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enjoy chrome tab navigation in fullscreen — instantly switch & open tabs like normal in chrome kiosk mode with Full Screen Tabs!
Type
Extension
Users
130 users
1
dreambuilder.first
View author page of dreambuilder.first
Published
Published on March 31, 2025
Version 0.1.7
Manifest version
3
Updated
Updated on April 18, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Full Screen Tabs Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "0.1.7",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "commands",
        "tabGroups",
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "action": {
        "default_popup": "pages\/popup\/popup.html",
        "default_icon": {
            "48": "icons\/lg_48x48.png",
            "128": "icons\/lg_128x128.png"
        }
    },
    "icons": {
        "48": "icons\/lg_48x48.png",
        "64": "icons\/lg_64x64.png",
        "96": "icons\/lg_96x96.png",
        "128": "icons\/lg_128x128.png"
    },
    "commands": {
        "show-tabs": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "__MSG_showTabsCommandDescription__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "icons\/*",
                "pages\/popupNav\/popup-navigation.html",
                "pages\/popupNav\/popup-navigation.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top