Deadline

Deadline chrome extension, progress bar to control project time

Cos'è Deadline?

Deadline è un'estensione di Chrome sviluppata da denisowpavel, e la sua funzione principale è "Deadline chrome extension, progress bar to control project time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Deadline

Scarica i file di estensione Deadline 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

                        If you appreciate your time, this application will help you to plan your working hours.
It is simple, let's join us! Just 3 foolproof things:
• Plan time
      Choose a start date and end date of the project
• Control time
      Every day you can analyse speed of advance to the end of term.
• Be in time
      You have been in time! Well done! Let's start new project!                    

Informazioni di Base sull'Estensione

Nome Deadline Deadline
ID ofmmceeclfikkokflnpckaomdaojhpgd
URL Ufficiale https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd
Descrizione Deadline chrome extension, progress bar to control project time
Dimensione del File 240 KB
Conteggio Installazioni 529
Versione Corrente 0.5
Ultimo Aggiornamento 2013-11-29
Data di Pubblicazione 2013-11-29
Valutazione 4.77/5 Totale 26 Valutazioni
Sviluppatore denisowpavel
Tipo di Pagamento free
Sito Web dell'Estensione http://chromeutility.appspot.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deadline",
    "description": "Deadline chrome extension, progress bar to control project time",
    "version": "0.5",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.min.js",
            "deadline.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chromeutility.appspot.com\/",
        "storage",
        "alarms"
    ]
}