ShowSubjectGmail

Always show the subject field when replying in Gmail!

Vad är ShowSubjectGmail?

ShowSubjectGmail är en Chrome-tillägg utvecklad av nouvellecollection, och dess huvudfunktion är "Always show the subject field when replying in Gmail!".

Tilläggsskärmbilder

screenshot

Ladda ner ShowSubjectGmail-förlängningens CRX-fil

Ladda ner ShowSubjectGmail-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
Officiell webbadress https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Beskrivning Always show the subject field when replying in Gmail!
Filstorlek 3.12 KB
Antal Installationer 1,543
Aktuell Version 1.0
Senast Uppdaterad 2018-06-13
Publiceringsdatum 2018-06-13
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare nouvellecollection
Betalningssätt free
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}