Gmail Image Border

Manage image borders in a Gmail letter

What is Gmail Image Border?

Gmail Image Border is a Chrome extension developed by https://antonfisher.com, and its main feature is "Manage image borders in a Gmail letter".

Extension Screenshots

screenshot

Download Gmail Image Border Extension CRX File

Download Gmail Image Border extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension helps to manage borders for pasted images in a Gmail letter.                    

Extension Basic Information

Name Gmail Image Border Gmail Image Border
ID mahlicjkigbecnbblcogenidhakmghdk
Official URL https://chromewebstore.google.com/detail/gmail-image-border/mahlicjkigbecnbblcogenidhakmghdk
Description Manage image borders in a Gmail letter
File Size 13.52 KB
Installation Count 2,082
Current Version 0.1.3
Last Updated 2017-06-21
Publish Date 2017-06-20
Rating 4.82/5 Total 11 Ratings
Developer https://antonfisher.com
Payment Type free
Extension Website https://github.com/antonfisher/chrome-gmail-image-border-ext
Help Page URL https://github.com/antonfisher/chrome-gmail-image-border-ext/issues
Supported Languages de,en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_l10n_ext_name__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_l10n_ext_description__",
    "homepage_url": "https:\/\/github.com\/antonfisher\/chrome-gmail-image-border-ext",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/mail.google.com\/mail\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}