Gmail Focus

Focus on your emails, one at a time

Gmail Focus란 무엇입니까?

Gmail Focus은(는) Miguel Piedrafita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus on your emails, one at a time"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Gmail Focus scribbles out every email subject but your first one, so you don't get distracted when reading your email.

Inspired by a @cgenco tweet: https://twitter.com/cgenco/status/1133045254498734080?s=20                    

확장 프로그램 기본 정보

이름 Gmail Focus Gmail Focus
ID ibkglcbdiifoobbgjpghnobobbnddojj
공식 URL https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj
설명 Focus on your emails, one at a time
파일 크기 38.75 KB
설치 횟수 45
현재 버전 0.1.2
최근 업데이트 2019-06-05
출시 날짜 2019-06-05
평점 5.00/5 총 1 개의 평점
개발자 Miguel Piedrafita
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Focus",
    "version": "0.1.2",
    "description": "Focus on your emails, one at a time",
    "author": "Miguel Piedrafita",
    "homepage_url": "https:\/\/miguelpiedrafita.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "styles.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "font\/*.eot",
        "font\/*.woff2",
        "font\/*.woff",
        "font\/*.ttf",
        "font\/*.svg"
    ],
    "icons": {
        "128": "icon.png"
    }
}