ShowSubjectGmail

Always show the subject field when replying in Gmail!

Wat is ShowSubjectGmail?

ShowSubjectGmail is een Chrome-extensie ontwikkeld door nouvellecollection, en de belangrijkste functie is "Always show the subject field when replying in Gmail!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ShowSubjectGmail

Download ShowSubjectGmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
Officiële URL https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Beschrijving Always show the subject field when replying in Gmail!
Bestandsgrootte 3.12 KB
Aantal Installaties 1,543
Huidige Versie 1.0
Laatst Bijgewerkt 2018-06-13
Publicatiedatum 2018-06-13
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar nouvellecollection
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}