Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
What is Today?
Today is a Chrome extension developed by Tim Turner, and its main feature is "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
Extension Screenshots
Download Today Extension CRX File
Download Today 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
Extension Basic Information
Name | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
Official URL | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
Description | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
File Size | 1.94 MB |
Installation Count | 69 |
Current Version | 0.2.1 |
Last Updated | 2018-04-06 |
Publish Date | 2018-04-06 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Tim Turner |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |