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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
} | |