Todoist New Tab
Open Todist in every new tab
What is Todoist New Tab?
Todoist New Tab is a Chrome extension developed by JerreBM, and its main feature is "Open Todist in every new tab".
Extension Screenshots
Download Todoist New Tab Extension CRX File
Download Todoist New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Todoist New Tab |
ID | dffbbheconicccgghdddjeklbneimlmf |
Official URL | https://chromewebstore.google.com/detail/todoist-new-tab/dffbbheconicccgghdddjeklbneimlmf |
Description | Open Todist in every new tab |
File Size | 120 KB |
Installation Count | 975 |
Current Version | 0.1 |
Last Updated | 2019-03-14 |
Publish Date | 2019-03-14 |
Rating | 4.80/5 Total 15 Ratings |
Developer | JerreBM |
Payment Type | free |
Supported Languages | 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" } } |