Simple Focus Mode
A Chrome extension to improve productivity and reduce distractions.
Simple Focus Modeとは何ですか?
Simple Focus ModeはJaroslav Pantsjohaによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to improve productivity and reduce distractions.」です。
拡張機能のスクリーンショット
Simple Focus Mode拡張機能のCRXファイルをダウンロード
Simple Focus Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a Simple Focus Timer Extension for Google Chrome. It helps users improve productivity by breaking their workshops, meetings and any other work into focused intervals. The extension allows users to start a timed session, from 1 minute to 120 minutes, with an audible alert on timer completing. 拡張機能の基本情報
| 名前 | |
| ID | dphglijjcbinhoohieelpbafdgedbgjl |
| 公式URL | https://chromewebstore.google.com/detail/simple-focus-mode/dphglijjcbinhoohieelpbafdgedbgjl |
| 説明 | A Chrome extension to improve productivity and reduce distractions. |
| ファイルサイズ | 179 KB |
| インストール数 | 37 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2024-01-04 |
| 公開日 | 2023-04-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Jaroslav Pantsjoha |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://jaroslav-pantsjoha.medium.com/simple-focus-mode-boost-your-productivity-with-my-chrome-extension-3f5cf0f7b843 |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Focus Mode",
"version": "0.2",
"description": "A Chrome extension to improve productivity and reduce distractions.",
"permissions": [
"storage",
"declarativeNetRequest",
"notifications",
"declarativeNetRequestFeedback"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"background": {
"service_worker": ".\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
".\/js\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"clock_alarm.mp3"
],
"matches": [
" | |