MultiTimer ZN

This multi timer will allow you to keep track of the time you spend on different activities.

Co je MultiTimer ZN?

MultiTimer ZN je rozšíření Chrome vyvinuté Andrej Babič, a jeho hlavní funkcí je „This multi timer will allow you to keep track of the time you spend on different activities.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MultiTimer ZN

Stáhněte si soubory rozšíření MultiTimer ZN ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. 

Fortunately for you, you have just found the tool you've always wished for (sort of:)

Key features:
  • Multiple timers, with multiple checkpoints.
  • Easy to modify and adjust.
  • The timers are persisent. Even if you close your browser they will be still waiting for you.
  • Timers can be exported to and imported from a file.
  • Keyboard shortcuts.
  
This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)                    

Základní Informace o Rozšíření

Název MultiTimer ZN MultiTimer ZN
ID mkeknbhnbobknhphlbmhoeibadjpflma
Oficiální URL https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma
Popis This multi timer will allow you to keep track of the time you spend on different activities.
Velikost souboru 120 KB
Počet instalací 892
Aktuální Verze 1.1
Poslední Aktualizace 2013-08-12
Datum Vydání 2013-08-12
Hodnocení 4.58/5 Celkem 55 Hodnocení
Vývojář Andrej Babič
Typ Platby free
Webové stránky Rozšíření http://www.linkedin.com/in/andrejbabic
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTimer ZN",
    "description": "This multi timer will allow you to keep track of the time you spend on different activities.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": "resources\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}