Productive Cycles

Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.

Productive Cyclesとは何ですか?

Productive CyclesはDiego Serranoによって開発されたChromeの拡張機能で、その主な機能は「Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Productive Cycles拡張機能のCRXファイルをダウンロード

Productive Cycles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It is great for working on projects, studying, writing, making budgets, and open-ended tasks.

Features
- Progress tracker
- Pomodoro workflows
- Configure the number of cycles you want to complete
- Configure the time you want these cycles to last
- Automatic mode will start and end cycles for you
- Reminders to take a break, and to start work again
- Dark mode

Release notes (0.7.1)
- French language 🇫🇷
- Special thanks to Nick W. for the translation                    

拡張機能の基本情報

名前 Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
公式URL https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
説明 Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
ファイルサイズ 411 KB
インストール数 379
現在のバージョン 0.7.1
最終更新日 2021-07-08
公開日 2020-06-10
評価 5.00/5 合計 7 レビュー
開発者 Diego Serrano
Eメール [email protected]
支払い方法 free
対応言語 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.7.1",
    "default_locale": "en",
    "icons": {
        "16": "manifest-icons\/icon-16.png",
        "48": "manifest-icons\/icon-48.png",
        "128": "manifest-icons\/icon-128.png",
        "512": "manifest-icons\/icon-512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "manifest-icons\/icon-512.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "idle"
    ]
}