ShowSubjectGmail

Always show the subject field when replying in Gmail!

ShowSubjectGmail란 무엇입니까?

ShowSubjectGmail은(는) nouvellecollection에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always show the subject field when replying in Gmail!"입니다.

확장 프로그램 스크린샷

screenshot

ShowSubjectGmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
공식 URL https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
설명 Always show the subject field when replying in Gmail!
파일 크기 3.12 KB
설치 횟수 1,543
현재 버전 1.0
최근 업데이트 2018-06-13
출시 날짜 2018-06-13
평점 5.00/5 총 4 개의 평점
개발자 nouvellecollection
결제 유형 free
지원되는 언어 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": [
        "*:\/\/*\/*"
    ]
}