Todo List

This extension helps you get stuff done

Todo Listとは何ですか?

Todo ListはAnsel Smolundによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you get stuff done」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Todo List拡張機能のCRXファイルをダウンロード

Todo List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With Todo List, you have access to a drop down task list without even opening a new tab or opening a separate application. The freedom that Todo List allows you to browse the web and jot down important information you want to be reminded of is an incredible tool for those wanting a more productive workflow. 

Update 2.1:
-Bug fixes
-Updated font 
-Font color selection 
-Crisper input functionality 

Update 3.0:
-NEW LOOK
-WEATHER FOR YOUR CURRENT LOCATION 
-NEW COLOR SCHEMES 
-MOTIVATE ME BUTTON 

More updates to come.                    

拡張機能の基本情報

名前 Todo List Todo List
ID dabcobbkdfbpepadeilkdlpbccpigmai
公式URL https://chrome.google.com/webstore/detail/todo-list/dabcobbkdfbpepadeilkdlpbccpigmai
説明 This extension helps you get stuff done
ファイルサイズ 1.55 MB
インストール数 1,000
現在のバージョン 3.4
最終更新日 2017-04-26
公開日 2017-04-26
評価 5.00/5 合計 15 レビュー
開発者 Ansel Smolund
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Todo List",
    "description": "This extension helps you get stuff done",
    "version": "3.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Get stuff done"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "16": "todo.png",
        "32": "todo32.png",
        "64": "todo64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "geolocation"
    ]
}