7todos

7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.

什么是7todos?

7todos是由https://7todos.com开发的Chrome扩展程序,该扩展的主要功能是“7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.”。

扩展截图

screenshot
screenshot

下载7todos扩展crx文件

下载7todos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The 7todos extension to the web app. 

Use the 7todos extension to to easily access your tasks within your browser. 

Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. 

The extension will appear as the new tab so you will get reminded about your daily tasks!                    

扩展基本信息

名称 7todos 7todos
ID mbbameonggagoaheffmijjpkebmelemi
官方URL https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi
简介 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
文件大小 857 KB
安装次数 187
当前版本 3.0.2
更新时间 2024-02-05
上架时间 2021-05-04
评分 5.00/5 共2次评分
开发者 https://7todos.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://7todos.com
隐私政策页面URL https://www.7todos.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7todos",
    "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.",
    "version": "3.0.2",
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}