Todoist New Tab

Override the new tab page with todoist.com

What is Todoist New Tab?

Todoist New Tab is a Chrome extension developed by dicknaniel, and its main feature is "Override the new tab page with todoist.com".

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

                        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.                    

Extension Basic Information

Name Todoist New Tab Todoist New Tab
ID llkkhbnadepleglebnkgdmidmocbclel
Official URL https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel
Description Override the new tab page with todoist.com
File Size 12.46 KB
Installation Count 173
Current Version 0.1
Last Updated 2016-11-30
Publish Date 2016-11-29
Rating 4.80/5 Total 5 Ratings
Developer dicknaniel
Payment Type free
Supported Languages 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"
    }
}