Pomodoro Timer

A new-tab page that helps you focus on completing your work.

Cos'è Pomodoro Timer?

Pomodoro Timer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A new-tab page that helps you focus on completing your work.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pomodoro Timer

Scarica i file di estensione Pomodoro Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A new tab page that helps you focus on completing your goals at work. 
Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task.
The extension icon shows a badge that displays how much time you have remaining to complete your current task.
This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.                    

Informazioni di Base sull'Estensione

Nome Pomodoro Timer Pomodoro Timer
ID hcfahcbjaolpfghelfanfepghajfbkdg
URL Ufficiale https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg
Descrizione A new-tab page that helps you focus on completing your work.
Dimensione del File 1.54 MB
Conteggio Installazioni 811
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2017-10-21
Data di Pubblicazione 2017-10-21
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Timer",
    "version": "0.0.0.3",
    "description": "A new-tab page that helps you focus on completing your work.",
    "icons": {
        "16": "images\/streak16.png",
        "32": "images\/streak32.png",
        "48": "images\/streak48.png",
        "128": "images\/streak128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/streak16.png",
            "32": "images\/streak32.png",
            "48": "images\/streak48.png",
            "128": "images\/streak128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}