WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Format Copier

Format Copier

View on Chrome Web Store
View Format Copier Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (16 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.

A format painter for Gmail. Copies a text format and applies that format to other text.
Type
Extension
Users
5,000 users
1K
formatcopier
View author page of formatcopier
Published
Published on February 15, 2023
Version 3.3
Manifest version
3
Updated
Updated on October 17, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Format Copier 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
{
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "3.3",
    "author": "Alex Collivas",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "alarms",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/backend.formatpainter.com\/*",
        "https:\/\/ipinfo.io\/*"
    ],
    "commands": {
        "GetTextStyle": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "__MSG_command_AltC__"
        },
        "SetTextStyle": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "__MSG_command_AltV__"
        }
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/img\/icon16.png",
            "32": "\/img\/icon32.png",
            "48": "\/img\/icon48.png",
            "128": "\/img\/icon128.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}
© 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