Pomodoro Edit
Notification for Pomodoro Edit
Pomodoro Editとは何ですか?
Pomodoro EditはSeito Tanakaによって開発されたChromeの拡張機能で、その主な機能は「Notification for Pomodoro Edit」です。
拡張機能のスクリーンショット
Pomodoro Edit拡張機能のCRXファイルをダウンロード
Pomodoro Edit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can run Pomodoro Timer from your favorite text editor. This extension can be used for: * Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications. * Remaining time is displayed on the icon badge, so you can focus on the task. Currently supported text editor: VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit
拡張機能の基本情報
名前 | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
公式URL | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
説明 | Notification for Pomodoro Edit |
ファイルサイズ | 228 KB |
インストール数 | 25 |
現在のバージョン | 3.0.3 |
最終更新日 | 2022-01-02 |
公開日 | 2020-05-14 |
開発者 | Seito Tanaka |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/seachicken/pomodoro-edit-webext |
ヘルプページのURL | https://github.com/seachicken/pomodoro-edit-webext/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Edit", "description": "Notification for Pomodoro Edit", "version": "3.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "notifications" ], "host_permissions": [ "*:\/\/localhost\/" ] } |