Todoist New Tab

Override the new tab page with todoist.com

Qu'est-ce que Todoist New Tab ?

Todoist New Tab est une extension Chrome développée par dicknaniel, et sa fonction principale est "Override the new tab page with todoist.com".

Télécharger le fichier CRX de l'extension Todoist New Tab

Téléchargez les fichiers d'extension Todoist New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Todoist New Tab Todoist New Tab
ID llkkhbnadepleglebnkgdmidmocbclel
URL Officiel https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel
Description Override the new tab page with todoist.com
Taille du Fichier 12.46 KB
Nombre d'Installations 173
Version Actuelle 0.1
Dernière Mise à Jour 2016-11-30
Date de Publication 2016-11-29
Évaluation 4.80/5 Total 5 Évaluations
Développeur dicknaniel
Type de Paiement free
Langues Prises en Charge 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"
    }
}