Gmail Image Border
Manage image borders in a Gmail letter
什么是Gmail Image Border?
Gmail Image Border是由https://antonfisher.com开发的Chrome扩展程序,该扩展的主要功能是“Manage image borders in a Gmail letter”。
扩展截图
下载Gmail Image Border扩展crx文件
下载Gmail Image Border扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps to manage borders for pasted images in a Gmail letter.
扩展基本信息
名称 | |
ID | mahlicjkigbecnbblcogenidhakmghdk |
官方URL | https://chromewebstore.google.com/detail/gmail-image-border/mahlicjkigbecnbblcogenidhakmghdk |
简介 | Manage image borders in a Gmail letter |
文件大小 | 13.52 KB |
安装次数 | 2,082 |
当前版本 | 0.1.3 |
更新时间 | 2017-06-21 |
上架时间 | 2017-06-20 |
评分 | 4.82/5 共11次评分 |
开发者 | https://antonfisher.com |
付费类型 | free |
扩展官网 | https://github.com/antonfisher/chrome-gmail-image-border-ext |
帮助页面URL | https://github.com/antonfisher/chrome-gmail-image-border-ext/issues |
支持的语言 | 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" ] } ] } |