Automatic GMail Editor Toolbar
Shows editor toolbar automatically when sending a new mail in Gmail.
什么是Automatic GMail Editor Toolbar?
Automatic GMail Editor Toolbar是由The SmartTHING Limited开发的Chrome扩展程序,该扩展的主要功能是“Shows editor toolbar automatically when sending a new mail in Gmail.”。
扩展截图
下载Automatic GMail Editor Toolbar扩展crx文件
下载Automatic GMail Editor Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | hnipkcglmifdjopegjpidombdofdbbdd |
| 官方URL | https://chromewebstore.google.com/detail/automatic-gmail-editor-to/hnipkcglmifdjopegjpidombdofdbbdd |
| 简介 | Shows editor toolbar automatically when sending a new mail in Gmail. |
| 文件大小 | 3.49 KB |
| 安装次数 | 34 |
| 当前版本 | 1.5 |
| 更新时间 | 2014-02-06 |
| 上架时间 | 2014-02-06 |
| 开发者 | The SmartTHING Limited |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.smartthing.org/privacy-policy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"gmaileditor.user.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"description": "Shows editor toolbar automatically when sending a new mail in Gmail.",
"name": "Automatic GMail Editor Toolbar",
"version": "1.5"
} | |