Work-Time
Work-Time - It's just the timer of your working time.
Wat is Work-Time?
Work-Time is een Chrome-extensie ontwikkeld door Alex Zarnitsa, en de belangrijkste functie is "Work-Time - It's just the timer of your working time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Work-Time
Download Work-Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
Basisinformatie over de Extensie
Naam | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
Officiële URL | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
Beschrijving | Work-Time - It's just the timer of your working time. |
Bestandsgrootte | 448 KB |
Aantal Installaties | 401 |
Huidige Versie | 3.0.5 |
Laatst Bijgewerkt | 2015-02-14 |
Publicatiedatum | 2015-02-14 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Alex Zarnitsa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |