ShowSubjectGmail

Always show the subject field when replying in Gmail!

Hvad er ShowSubjectGmail?

ShowSubjectGmail er en Chrome-udvidelse udviklet af nouvellecollection, og dens hovedfunktion er "Always show the subject field when replying in Gmail!".

Udvidelsesskærmbilleder

screenshot

Download ShowSubjectGmail-udvidelses-CRX-fil

Download ShowSubjectGmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
Officiel URL https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Beskrivelse Always show the subject field when replying in Gmail!
Filstørrelse 3.12 KB
Antal Installationer 1,543
Nuværende Version 1.0
Senest Opdateret 2018-06-13
Udgivelsesdato 2018-06-13
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler nouvellecollection
Betalingsmetode free
Understøttede Sprog 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": [
        "*:\/\/*\/*"
    ]
}