NewTab TODO List
A Simple and Clear NewTab TODO list
What is NewTab TODO List?
NewTab TODO List is a Chrome extension developed by https://momane.com, and its main feature is "A Simple and Clear NewTab TODO list".
Extension Screenshots
Download NewTab TODO List Extension CRX File
Download NewTab TODO List 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
A Simple New Tab list extension that show your todo list every time when you open a new tab in Chrome. Reminders you that you have things todo, helps you getting things done when you still have time. Simple, clean, and focus.
Extension Basic Information
Name | |
ID | fddhgcamabfoeopjhedfkeoekpocekbd |
Official URL | https://chrome.google.com/webstore/detail/newtab-todo-list/fddhgcamabfoeopjhedfkeoekpocekbd |
Description | A Simple and Clear NewTab TODO list |
File Size | 71.12 KB |
Installation Count | 193 |
Current Version | 1.0.4 |
Last Updated | 2022-05-03 |
Publish Date | 2022-05-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://momane.com |
[email protected] | |
Payment Type | free |
Extension Website | https://momane.com |
Help Page URL | https://momane.com |
Privacy Policy Page URL | https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab TODO List", "description": "A Simple and Clear NewTab TODO list", "version": "1.0.4", "manifest_version": 2, "homepage_url": "https:\/\/momane.com\/", "permissions": [ "storage" ], "icons": { "128": "logo.png", "16": "logo.png" }, "chrome_url_overrides": { "newtab": "todo.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |