Todoist New Tab
Override the new tab page with todoist.com
什麼是Todoist New Tab?
Todoist New Tab是由dicknaniel開發的Chrome擴展程式,該擴展的主要功能是“Override the new tab page with todoist.com”。
下載Todoist New Tab擴展crx文件
下載Todoist New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
To help keep us on track, this extension changes the new tab page to todoist.com - in an effort to reduce random web browsing. To quickly access the omnibox (url bar) after new tab opens, press CMD+L or CTRL+L.
擴展基本資訊
名稱 | Todoist New Tab |
ID | llkkhbnadepleglebnkgdmidmocbclel |
官方網址 | https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel |
簡介 | Override the new tab page with todoist.com |
檔案大小 | 12.46 KB |
安裝次數 | 173 |
目前版本 | 0.1 |
更新時間 | 2016-11-30 |
上架時間 | 2016-11-29 |
評分 | 4.80/5 共 5 次評分 |
開發者 | dicknaniel |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todoist New Tab", "description": "Override the new tab page with todoist.com", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |