Any.do New Tab

Extension to see the upcoming tasks to do in the new tab

Was ist Any.do New Tab?

Any.do New Tab ist eine Chrome-Erweiterung, die von Mike Petrov entwickelt wurde, und ihr Hauptmerkmal ist "Extension to see the upcoming tasks to do in the new tab".

Erweiterungsscreenshots

screenshot
screenshot

Any.do New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Any.do New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Any.do New Tab Any.do New Tab
ID dbnilnmohcdilfmocogmgolbbmahofel
Offizielle URL https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel
Beschreibung Extension to see the upcoming tasks to do in the new tab
Dateigröße 157 KB
Installationsanzahl 423
Aktuelle Version 0.1.2
Letztes Update 2020-05-31
Veröffentlichungsdatum 2020-05-30
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler Mike Petrov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}