WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Simple Gmail Screen

Simple Gmail Screen

View on Chrome Web Store
View Simple Gmail Screen Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Simplify Gmail screen, make the sidebar and top bar auto-hide.
Type
Extension
Users
588 users
1
Website bart.solutions
Bart Solutions
View author page of Bart Solutions
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 3, 2020
Version 0.11.0
Manifest version
3
Updated
Updated on April 16, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Simple Gmail Screen 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": "Simple Gmail Screen",
    "short_name": "SGScreen",
    "description": "__MSG_extDescription__",
    "version": "0.11.0",
    "default_locale": "en",
    "icons": {
        "16": "image\/icon.16.png",
        "48": "image\/icon.48.png",
        "128": "image\/icon.128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/jquery-3.1.0.min.js",
                "css\/style.css",
                "css\/bulma.min.css"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "utils.js",
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "image\/icon.128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@simple-gmail-screen",
            "strict_min_version": "53.0"
        }
    }
}
© 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