Minimal Todoist

An extension to help you complete todoist tasks

什么是Minimal Todoist?

Minimal Todoist是由ashish.me开发的Chrome扩展程序,该扩展的主要功能是“An extension to help you complete todoist tasks”。

扩展截图

screenshot

下载Minimal Todoist扩展crx文件

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

扩展使用说明

                        Minimal Todoist is an open source browser extension that lets you see all todos in new page tab.

Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues

Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.                    

扩展基本信息

名称 Minimal Todoist Minimal Todoist
ID eofnkjgkfjlalkapnfklldgdaghkilce
官方URL https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce
简介 An extension to help you complete todoist tasks
文件大小 2.13 MB
安装次数 33
当前版本 1.0.1
更新时间 2019-10-02
上架时间 2019-10-02
评分 4.67/5 共3次评分
开发者 ashish.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ashish.me
帮助页面URL https://github.com/ashishdotme/minimal-todoist-extension/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Todoist",
    "version": "1.0.1",
    "description": "An extension to help you complete todoist tasks",
    "author": "Ashish Patel",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}