BCA Todo List
Overrides the new tab page and adds a todo list.
什麼是BCA Todo List?
BCA Todo List是由alexkato29開發的Chrome擴展程式,該擴展的主要功能是“Overrides the new tab page and adds a todo list.”。
擴展截圖
下載BCA Todo List擴展crx文件
下載BCA Todo List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Developed by Ross Newman & Alex Kato. To add a new item to the list, simply click the icon in the header of the todo list. Then you can proceed to add a new todo or category. To edit an existing todo or category, hover over the item in the list and click the yellow edit icon that appears to the left of the list item. Then proceed to type in the revised info in the new box. To change the color scheme of the page, simply click the settings button in the upper right and select which color you'd like from the dropdown menu. Design idea goes to Colt Steele.
擴展基本資訊
名稱 | BCA Todo List |
ID | ijljgcehmheebfklnkejpmaignkalfha |
官方網址 | https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha |
簡介 | Overrides the new tab page and adds a todo list. |
檔案大小 | 90.54 KB |
安裝次數 | 12 |
目前版本 | 1.2.2 |
更新時間 | 2017-05-03 |
上架時間 | 2017-05-03 |
評分 | 4.57/5 共 7 次評分 |
開發者 | alexkato29 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BCA Todo List", "description": "Overrides the new tab page and adds a todo list.", "version": "1.2.2", "incognito": "split", "chrome_url_overrides": { "newtab": "todo.html" }, "manifest_version": 2 } |