Simply Do

Simply Do is the simplest, most easy to use to-do list you'll ever find.

什么是Simply Do?

Simply Do是由https://joshuapullen.com开发的Chrome扩展程序,该扩展的主要功能是“Simply Do is the simplest, most easy to use to-do list you'll ever find.”。

扩展截图

screenshot

下载Simply Do扩展crx文件

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

扩展使用说明

                        Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals.

You'll be more productive than ever.


Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way.                    

扩展基本信息

名称 Simply Do Simply Do
ID hipnehepikeibdofmddlciccfkijjphf
官方URL https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf
简介 Simply Do is the simplest, most easy to use to-do list you'll ever find.
文件大小 37.84 KB
安装次数 1,058
当前版本 1.2
更新时间 2017-02-14
上架时间 2017-02-14
评分 4.79/5 共14次评分
开发者 https://joshuapullen.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply Do",
    "version": "1.2",
    "description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Simply Do",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "author": "Josh Pullen"
}