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 |
| 官方網址 | 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"
}
} | |