Dotoday
DoToday- Task Management Made Simple
什么是Dotoday?
Dotoday是由Apester Ltd.开发的Chrome扩展程序,该扩展的主要功能是“DoToday- Task Management Made Simple”。
扩展截图
下载Dotoday扩展crx文件
下载Dotoday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Welcome to DoToday.Online, where the power of productivity meets simplicity. DoToday.Online is your ultimate daily task manager, designed to streamline your daily routine and boost your productivity. The DoToday extension changes your search engine in the new tab to Bing and provides the features below: - Interactive to-do list to add and remove tasks - Convenient web search By clicking "Add to Chrome", I accept and agree to installing the DoToday Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use- https://www.dotoday.online/terms-of-use and Privacy Policy https://www.dotoday.online/privacy-policy. About us: Our goal is simple: to create a task management solution that anyone can use, regardless of their technical background. We've poured our collective experience into crafting an intuitive and user-friendly tool that empowers you to conquer your to-do list with ease. Let's make task management accessible to all! We invite you to visit us in our website: https://dotoday.online
扩展基本信息
名称 | Dotoday |
ID | kdlhidpdielocfjhfgihjbhbceocndmn |
官方URL | https://chromewebstore.google.com/detail/dotoday/kdlhidpdielocfjhfgihjbhbceocndmn |
简介 | DoToday- Task Management Made Simple |
文件大小 | 75.28 KB |
安装次数 | 2,467 |
当前版本 | 1.4 |
更新时间 | 2023-10-24 |
上架时间 | 2023-09-14 |
评分 | 1.00/5 共1次评分 |
开发者 | Apester Ltd. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dotoday.online |
隐私政策页面URL | https://www.dotoday.online/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "DoToday- Task Management Made Simple", "chrome_url_overrides": { "newtab": "template\/index.html" }, "permissions": [ "storage" ], "name": "Dotoday", "version": "1.4", "background": { "service_worker": "background.js" }, "action": { "default_icon": "resources\/logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |