Task Timer
Timer
What is Task Timer?
Task Timer is a Chrome extension developed by Sridhar, and its main feature is "Timer".
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
Create your timer with start/pause options. Timer is perfect for everyday task and track your time. Version: 1.0.0 - Timer file source. 1.1.0 - Alert code updated. 1.2.0 - List order changed. 1.3.0 - Button Trigger fixed.
Extension Basic Information
Name | |
ID | dejdlcmofhbhbolamanacpffmpaoblin |
Official URL | https://chrome.google.com/webstore/detail/task-timer/dejdlcmofhbhbolamanacpffmpaoblin |
Description | Timer |
File Size | 635 KB |
Installation Count | 338 |
Current Version | 1.3.0 |
Last Updated | 2018-11-26 |
Publish Date | 2018-11-26 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Sridhar |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sridhar", "browser_action": { "default_icon": "images\/task_48.png", "default_popup": "popup.html", "default_title": "Timer" }, "description": "Timer", "permissions": [ "storage", "tabs", "notifications", "contextMenus", "alarms" ], "homepage_url": "http:\/\/www.sridhar.xyz", "icons": { "128": "images\/task_128.png", "16": "images\/task_16.png", "48": "images\/task_48.png" }, "manifest_version": 2, "name": "Task Timer", "options_page": "options.html", "short_name": "Timer", "version": "1.3.0" } |