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

Gemini to PDF

View on Chrome Web Store
View Gemini to PDF Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (95 ratings)
2 new ratings
13 views
This extension has been viewed 13 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.

Instantly export your Gemini chats to PDF: smart conversion for perfect results.
Type
Extension
Users
6,000 users
1K
airtronics307
View author page of airtronics307
Published
Published on February 25, 2025
Version 2.1.0
Manifest version
3
Updated
Updated on June 7, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Gemini 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6hQEN2yToxYvsG8CEmLqAUE2fr0bysN3wb0oXzMhcXz1FKrMn3pvIt1rq8P2tTG2Yea5DXb39KKb0vNMdI8z4\/9rBHf0tjZ1o9uEJzLG2pGWYnDWlakiqjAEGxuD4E1bbX2vLAk4SRVkVAqwcQrJwSm\/KPX4mrSfAGJ5RAlKH9MroJW0vTsS6dp8Y4wNzxYqyXHSkCNcvb68B9\/OMhpwGcGDYlRrZIrpsZw5yIBjhKRdpLpAXzSt1h6V5jB6MnuudCpEnCh3U53lvu9sc9E0Lg3h6iSR\/Dk7cPtJrhHrWwKiVZinkaprfSTK8xe2WXwCYjbgAeoZtsvSsTCV9j4DwIDAQAB",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "2.1.0",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/onlineapp.pro\/*",
            "https:\/\/onlineapp.stream\/*",
            "https:\/\/onlineapp.live\/*"
        ]
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/png\/*.png",
                "icon.svg",
                "blob\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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