ShowSubjectGmail
Always show the subject field when replying in Gmail!
Co to jest ShowSubjectGmail?
ShowSubjectGmail to rozszerzenie Chrome opracowane przez nouvellecollection, a jego główną funkcją jest „Always show the subject field when replying in Gmail!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ShowSubjectGmail
Pobierz pliki rozszerzeń ShowSubjectGmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | ShowSubjectGmail |
ID | hcgpoobeoeoahbhfcdabdjciflibpdal |
Oficjalny URL | https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal |
Opis | Always show the subject field when replying in Gmail! |
Rozmiar pliku | 3.12 KB |
Liczba instalacji | 1,543 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-06-13 |
Data Publikacji | 2018-06-13 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | nouvellecollection |
Typ Płatności | free |
Obsługiwane Języki | 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": [ "*:\/\/*\/*" ] } |