ShowSubjectGmail
Always show the subject field when replying in Gmail!
什么是ShowSubjectGmail?
ShowSubjectGmail是由nouvellecollection开发的Chrome扩展程序,该扩展的主要功能是“Always show the subject field when replying in Gmail!”。
扩展截图
下载ShowSubjectGmail扩展crx文件
下载ShowSubjectGmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!
Contact: [email protected] 扩展基本信息
| 名称 | |
| ID | hcgpoobeoeoahbhfcdabdjciflibpdal |
| 官方URL | https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal |
| 简介 | Always show the subject field when replying in Gmail! |
| 文件大小 | 3.12 KB |
| 安装次数 | 1,543 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-06-13 |
| 上架时间 | 2018-06-13 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | nouvellecollection |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ShowSubjectGmail",
"version": "1.0",
"description": "Always show the subject field when replying in Gmail!",
"content_scripts": [
{
"css": [
"fix.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"manifest_version": 2,
"permissions": [
"*:\/\/*\/*"
]
} | |