ShowSubjectGmail

Always show the subject field when replying in Gmail!

Qu'est-ce que ShowSubjectGmail ?

ShowSubjectGmail est une extension Chrome développée par nouvellecollection, et sa fonction principale est "Always show the subject field when replying in Gmail!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ShowSubjectGmail

Téléchargez les fichiers d'extension ShowSubjectGmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
URL Officiel https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Description Always show the subject field when replying in Gmail!
Taille du Fichier 3.12 KB
Nombre d'Installations 1,543
Version Actuelle 1.0
Dernière Mise à Jour 2018-06-13
Date de Publication 2018-06-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur nouvellecollection
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}