Task timer
This extension set timer for tasks.
What is Task timer?
Task timer is a Chrome extension developed by skrasilnikov.dev, and its main feature is "This extension set timer for tasks.".
Extension Screenshots
Download Task timer Extension CRX File
Download Task timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It's a chrome extension for creating tasks and counting time for solving these tasks.
Extension Basic Information
Name | |
ID | ilodecgofagpdifoghkggnaohndgpipb |
Official URL | https://chrome.google.com/webstore/detail/task-timer/ilodecgofagpdifoghkggnaohndgpipb |
Description | This extension set timer for tasks. |
File Size | 94.94 KB |
Installation Count | 964 |
Current Version | 1.2.3 |
Last Updated | 2019-04-09 |
Publish Date | 2019-04-09 |
Rating | 4.56/5 Total 9 Ratings |
Developer | skrasilnikov.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/skrasilnikoff/task-timer-chrome-extension |
Help Page URL | https://github.com/skrasilnikoff/task-timer-chrome-extension |
Supported Languages | 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" ] } |