My Tasks: Todo-List for Google Chrome

My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.

什麼是My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome是由Keepers開發的Chrome擴展程式,該擴展的主要功能是“My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.”。

擴展截圖

screenshot

下載My Tasks: Todo-List for Google Chrome擴展crx文件

下載My Tasks: Todo-List for Google Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is Todo List application which will replace your default "new tab" page.                    

擴展基本資訊

名稱 My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
官方網址 https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
簡介 My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
檔案大小 128 KB
安裝次數 1,565
目前版本 0.2.0
更新時間 2015-11-02
上架時間 2015-11-02
評分 5.00/5 共 3 次評分
開發者 Keepers
付費類型 free
擴展官網 https://github.com/ianaya89/my-tasks
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Tasks: Todo-List for Google Chrome",
    "short_name": "My Tasks",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
    "browser_action": {
        "default_title": "My Tasks"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}