WebExtension.net
WebExtension.net

Proper Menubar for Google Chrome

View on Chrome Web Store
View Proper Menubar for Google Chrome Chrome Extension on Chrome Web Store
3.8 (318 ratings)

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

Add the best menu bar to get easy and fast access to all your useful browser options and internet products!
Type
Extension
Users
30,000 users
Stefan vd
View author page of Stefan vd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 7, 2013
Version 1.4.6
Manifest version
3
Updated
Updated on August 26, 2024
View on Chrome Web Store
View Proper Menubar for Google Chrome Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "version": "1.4.6",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self' 'unsafe-inline'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/body.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/slice1.png",
                "images\/slice2.png",
                "images\/slice3.png",
                "images\/slice4.png",
                "images\/slice5.png",
                "images\/slice6.png",
                "styles\/toolbar.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "name": "__MSG_namechrome__",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            }
        },
        "toggle-feature-propermenubar": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "MacCtrl+Shift+P"
            },
            "description": "__MSG_titelshortproper__"
        },
        "toggle-feature-focus": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "__MSG_titelshortfocus__"
        }
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "optional_permissions": [
        "pageCapture",
        "clipboardWrite",
        "clipboardRead",
        "bookmarks",
        "downloads"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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