ShowSubjectGmail
Always show the subject field when replying in Gmail!
What is ShowSubjectGmail?
ShowSubjectGmail is a Chrome extension developed by nouvellecollection, and its main feature is "Always show the subject field when replying in Gmail!".
Extension Screenshots
Download ShowSubjectGmail Extension CRX File
Download ShowSubjectGmail 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
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]
Extension Basic Information
Name | ShowSubjectGmail |
ID | hcgpoobeoeoahbhfcdabdjciflibpdal |
Official URL | https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal |
Description | Always show the subject field when replying in Gmail! |
File Size | 3.12 KB |
Installation Count | 1,543 |
Current Version | 1.0 |
Last Updated | 2018-06-13 |
Publish Date | 2018-06-13 |
Rating | 5.00/5 Total 4 Ratings |
Developer | nouvellecollection |
Payment Type | free |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |