WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
EML to PDF

EML to PDF

View on Chrome Web Store
View EML to PDF Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (13 ratings)
1 new ratings
28 views
This extension has been viewed 28 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.

Use EML to PDF Chrome Extension to quickly convert eml file to pdf. Save your Outlook or Gmail emails as pdf in just a few clicks.
Type
Extension
Users
5,000 users
500
emilkim46
View author page of emilkim46
Published
Published on November 22, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on October 29, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View EML to PDF 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
{
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.0.6",
    "homepage_url": "https:\/\/eml-to-pdf.srt-translator.online",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "storage",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/srt-translator.online\/*",
        "https:\/\/eml-to-pdf.srt-translator.online\/*",
        "*:\/\/mail.google.com\/*"
    ],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "96": "\/data\/icons\/96.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "\/data\/button\/index.css"
            ],
            "js": [
                "\/data\/button\/index.js",
                "\/data\/button\/inject.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.srt-translator.online\/*",
                "https:\/\/srt-translator.online\/*",
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/data\/userStatus.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "resources": [
                "\/data\/button\/button.svg",
                "\/data\/view\/inject.js"
            ]
        }
    ],
    "action": []
}
© 2026 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