Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
What is Any.do New Tab?
Any.do New Tab is a Chrome extension developed by Mike Petrov, and its main feature is "Extension to see the upcoming tasks to do in the new tab".
Extension Screenshots
Download Any.do New Tab Extension CRX File
Download Any.do 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 developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
Extension Basic Information
Name | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
Official URL | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Description | Extension to see the upcoming tasks to do in the new tab |
File Size | 157 KB |
Installation Count | 423 |
Current Version | 0.1.2 |
Last Updated | 2020-05-31 |
Publish Date | 2020-05-30 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Mike Petrov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |