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
官方網址 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"
}