Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Wat is Today?
Today is een Chrome-extensie ontwikkeld door Tim Turner, en de belangrijkste functie is "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
Extensie Screenshots
Download het CRX-bestand van de extensie Today
Download Today-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
Basisinformatie over de Extensie
Naam | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
Officiële URL | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
Beschrijving | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
Bestandsgrootte | 1.94 MB |
Aantal Installaties | 69 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2018-04-06 |
Publicatiedatum | 2018-04-06 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Tim Turner |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |