Todoist New Tab
Open Todist in every new tab
什么是Todoist New Tab?
Todoist New Tab是由JerreBM开发的Chrome扩展程序,该扩展的主要功能是“Open Todist in every new tab”。
扩展截图
下载Todoist New Tab扩展crx文件
下载Todoist New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension changes the new tab page to your Todoist list. Instead of redirecting to Todoist, it's loaded in an iFrame for a faster and more seamless experience.
扩展基本信息
名称 | Todoist New Tab |
ID | dffbbheconicccgghdddjeklbneimlmf |
官方URL | https://chromewebstore.google.com/detail/todoist-new-tab/dffbbheconicccgghdddjeklbneimlmf |
简介 | Open Todist in every new tab |
文件大小 | 120 KB |
安装次数 | 975 |
当前版本 | 0.1 |
更新时间 | 2019-03-14 |
上架时间 | 2019-03-14 |
评分 | 4.80/5 共15次评分 |
开发者 | JerreBM |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todoist New Tab", "description": "Open Todist in every new tab", "version": "0.1", "chrome_url_overrides": { "newtab": "todoist_frame.html" }, "author": "Jerre", "icons": { "16": "logo_16.png", "128": "logo_128.png" } } |