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 |
官方URL | 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" } } |