Simple Project Tasks

Create project and tasks, fast and easy!... And yes it's FREE!!!

什么是Simple Project Tasks?

Simple Project Tasks是由JODACAME - LABS开发的Chrome扩展程序,该扩展的主要功能是“Create project and tasks, fast and easy!... And yes it's FREE!!!”。

扩展截图

screenshot

下载Simple Project Tasks扩展crx文件

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

扩展使用说明

                        Allow create projects and tasks very fast, and keep a TODO list updated.

Forget investing time in applications that claim to manage your tasks and projects, focus your time in solving your tasks ...                    

扩展基本信息

名称 Simple Project Tasks Simple Project Tasks
ID koncmmpgldpnlckeamocjcgigecggphl
官方URL https://chromewebstore.google.com/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl
简介 Create project and tasks, fast and easy!... And yes it's FREE!!!
文件大小 114 KB
安装次数 331
当前版本 1.0.7
更新时间 2017-07-24
上架时间 2017-07-24
评分 4.83/5 共6次评分
开发者 JODACAME - LABS
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Project Tasks",
    "short_name": "Simple Project Tasks",
    "description": "Create project and tasks, fast and easy!... And yes it's FREE!!!",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}