WebExtension.net
WebExtension.net

Mailto: for Gmail™

View on Chrome Web Store
View Mailto: for Gmail™ Chrome Extension on Chrome Web Store
3.8 (408 ratings)

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

Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less.
Type
Extension
Users
100,000 users
Chris
View author page of Chris
Published
Published on May 28, 2010
Version 3.0
Manifest version
3
Updated
Updated on August 8, 2024
View on Chrome Web Store
View Mailto: for Gmail™ Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mailto: for Gmail\u2122",
    "description": "Makes mailto: links open a Gmail\u2122 compose window.\nNothing more, nothing less.",
    "version": "3.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "offscreen",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mtgm.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}
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