Work-Time
Work-Time - It's just the timer of your working time.
Was ist Work-Time?
Work-Time ist eine Chrome-Erweiterung, die von Alex Zarnitsa entwickelt wurde, und ihr Hauptmerkmal ist "Work-Time - It's just the timer of your working time.".
Erweiterungsscreenshots
Work-Time-Erweiterungs-CRX-Datei herunterladen
Laden Sie Work-Time-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
Offizielle URL | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
Beschreibung | Work-Time - It's just the timer of your working time. |
Dateigröße | 448 KB |
Installationsanzahl | 401 |
Aktuelle Version | 3.0.5 |
Letztes Update | 2015-02-14 |
Veröffentlichungsdatum | 2015-02-14 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Alex Zarnitsa |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |