Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
什么是Today?
Today是由Tim Turner开发的Chrome扩展程序,该扩展的主要功能是“An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!”。
扩展截图
下载Today扩展crx文件
下载Today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
官方URL | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
简介 | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
文件大小 | 1.94 MB |
安装次数 | 69 |
当前版本 | 0.2.1 |
更新时间 | 2018-04-06 |
上架时间 | 2018-04-06 |
评分 | 4.00/5 共2次评分 |
开发者 | Tim Turner |
付费类型 | free |
支持的语言 | 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" } } |