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”。
扩展截图
下载Gmail Focus扩展crx文件
下载Gmail Focus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |