Pomowork - Pomodoro® and Todo Assistant

An assistant for their work appears on your homepage.

Qu'est-ce que Pomowork - Pomodoro® and Todo Assistant ?

Pomowork - Pomodoro® and Todo Assistant est une extension Chrome développée par Ahmet Cetinkaya, et sa fonction principale est "An assistant for their work appears on your homepage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pomowork - Pomodoro® and Todo Assistant

Téléchargez les fichiers d'extension Pomowork - Pomodoro® and Todo Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pomowork - Pomodoro® and Todo Assistant Pomowork - Pomodoro® and Todo Assistant
ID likibnmpifknedmpikkllcfikoknafen
URL Officiel https://chromewebstore.google.com/detail/pomowork-pomodoro%C2%AE-and-to/likibnmpifknedmpikkllcfikoknafen
Description An assistant for their work appears on your homepage.
Taille du Fichier 1.21 MB
Nombre d'Installations 632
Version Actuelle 1.7.8
Dernière Mise à Jour 2021-09-12
Date de Publication 2020-01-28
Évaluation 4.89/5 Total 18 Évaluations
Développeur Ahmet Cetinkaya
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ahmet-cetinkaya/Pomowork
Langues Prises en Charge 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'"
}