Pomowork - Pomodoro® and Todo Assistant

An assistant for their work appears on your homepage.

Pomowork - Pomodoro® and Todo Assistantとは何ですか?

Pomowork - Pomodoro® and Todo AssistantはAhmet Cetinkayaによって開発されたChromeの拡張機能で、その主な機能は「An assistant for their work appears on your homepage.」です。

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

screenshot
screenshot
screenshot
screenshot

Pomowork - Pomodoro® and Todo Assistant拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Work and time management assistant. (Under development.)
• A functional new tab for your work
• Pomodoro® countdown timer in new tab and toolbar
• Track average Pomodoro® time
• Configurable settings
	• Focus time
	• Break time
	• Long Break time
	• Daily Wallpaper
		• Wallpaper categories
	• Custom Wallpaper 
• Supported languages: EN, TR
• Open-source software: 
https://github.com/ahmet-cetinkaya/Pomowork

Note: Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.                    

拡張機能の基本情報

名前 Pomowork - Pomodoro® and Todo Assistant Pomowork - Pomodoro® and Todo Assistant
ID likibnmpifknedmpikkllcfikoknafen
公式URL https://chromewebstore.google.com/detail/pomowork-pomodoro%C2%AE-and-to/likibnmpifknedmpikkllcfikoknafen
説明 An assistant for their work appears on your homepage.
ファイルサイズ 1.21 MB
インストール数 632
現在のバージョン 1.7.8
最終更新日 2021-09-12
公開日 2020-01-28
評価 4.89/5 合計 18 レビュー
開発者 Ahmet Cetinkaya
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ahmet-cetinkaya/Pomowork
対応言語 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.7.8",
    "author": "Ahmet \u00c7etinkaya ",
    "homepage_url": "https:\/\/github.com\/ahmet-cetinkaya\/Pomowork",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "notifications",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Pomowork",
        "default_icon": "images\/icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "persistent": true,
        "page": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}