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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}