Task timer
This extension set timer for tasks.
Wat is Task timer?
Task timer is een Chrome-extensie ontwikkeld door skrasilnikov.dev, en de belangrijkste functie is "This extension set timer for tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Task timer
Download Task timer-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
It's a chrome extension for creating tasks and counting time for solving these tasks.
Basisinformatie over de Extensie
Naam | |
ID | ilodecgofagpdifoghkggnaohndgpipb |
Officiële URL | https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb |
Beschrijving | This extension set timer for tasks. |
Bestandsgrootte | 94.94 KB |
Aantal Installaties | 964 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2019-04-09 |
Publicatiedatum | 2019-04-09 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | skrasilnikov.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/skrasilnikoff/task-timer-chrome-extension |
Help Pagina-URL | https://github.com/skrasilnikoff/task-timer-chrome-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task timer", "description": "This extension set timer for tasks.", "version": "1.2.3", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "offline_enabled": true, "permissions": [ "notifications", "storage" ] } |