Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
Wat is Any.do New Tab?
Any.do New Tab is een Chrome-extensie ontwikkeld door Mike Petrov, en de belangrijkste functie is "Extension to see the upcoming tasks to do in the new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Any.do New Tab
Download Any.do New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
Officiële URL | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Beschrijving | Extension to see the upcoming tasks to do in the new tab |
Bestandsgrootte | 157 KB |
Aantal Installaties | 423 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2020-05-31 |
Publicatiedatum | 2020-05-30 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Mike Petrov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |