Task Time Counter
Very easy task time counter.
Wat is Task Time Counter?
Task Time Counter is een Chrome-extensie ontwikkeld door Willimbu, en de belangrijkste functie is "Very easy task time counter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Task Time Counter
Download Task Time Counter-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
This extension allow you to count how many time you spend in a task Basisinformatie over de Extensie
| Naam | |
| ID | aocpbgdpicmnhplofeepiklfcpjdenbe |
| Officiële URL | https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe |
| Beschrijving | Very easy task time counter. |
| Bestandsgrootte | 92.77 KB |
| Aantal Installaties | 1,588 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2017-02-13 |
| Publicatiedatum | 2017-02-13 |
| Beoordeling | 4.27/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | Willimbu |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Task Time Counter",
"description": "Very easy task time counter.",
"version": "1.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"permissions": [
"alarms",
"notifications"
]
} | |