To-Do List.
A Simple To-Do List New-tab Page for Multitaskers
什麼是To-Do List.?
To-Do List.是由https://alexmadrzyk.me開發的Chrome擴展程式,該擴展的主要功能是“A Simple To-Do List New-tab Page for Multitaskers”。
擴展截圖
下載To-Do List.擴展crx文件
下載To-Do List.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you ever feel like you have too many things to do, but have convenient way of organizing your tasks?
This chrome extension gives you a high-visibility to-do list that lets you organize your pending tasks in an organized manner. The background colors and header titles are also editable to your liking!
UPDATE v1.0.4: Added draggable categories, fixed log errors (still working on saving category positions)
UPDATE v1.0.3: Fixed scaling issues
UPDATE v1.0.2: Minor bug fix
UPDATE v1.0.1: Added checkbox for short shadow styling 擴展基本資訊
| 名稱 | |
| ID | lfjmacfbhcmehhkkbfokbghabkiobjpb |
| 官方網址 | https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb |
| 簡介 | A Simple To-Do List New-tab Page for Multitaskers |
| 檔案大小 | 485 KB |
| 安裝次數 | 347 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2017-03-21 |
| 上架時間 | 2017-03-21 |
| 評分 | 4.33/5 共 6 次評分 |
| 開發者 | https://alexmadrzyk.me |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "To-Do List.",
"description": "A Simple To-Do List New-tab Page for Multitaskers",
"version": "1.0.4",
"manifest_version": 2,
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"assets\/background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/decoy.js"
],
"matches": [
" | |