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 |
| Eメール | [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"
}
} | |