Todo Cloud New Tab Page

Replaces your new tab page with the Todo Cloud application.

Qu'est-ce que Todo Cloud New Tab Page ?

Todo Cloud New Tab Page est une extension Chrome développée par Steve Reich, et sa fonction principale est "Replaces your new tab page with the Todo Cloud application.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Todo Cloud New Tab Page

Téléchargez les fichiers d'extension Todo Cloud New Tab Page 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

                        This extension will open the Todo Cloud web application as your new tab page, making is simple and easy to always have your task list at hand. There is a Chrome button that gives you quick access to all of Chrome's internal links, such as Apps, Bookmarks, Extensions, Settings, and many more.

I created this extension for myself to use and it is not affiliated with nor endorsed by Appigo, Inc... at least not yet! :)                    

Informations de Base sur l'Extension

Nom Todo Cloud New Tab Page Todo Cloud New Tab Page
ID ipdkcnpbnghfkecmgfkehcfdninfaepj
URL Officiel https://chrome.google.com/webstore/detail/todo-cloud-new-tab-page/ipdkcnpbnghfkecmgfkehcfdninfaepj
Description Replaces your new tab page with the Todo Cloud application.
Taille du Fichier 946 KB
Nombre d'Installations 208
Version Actuelle 1.0.6
Dernière Mise à Jour 2014-06-05
Date de Publication 2014-06-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur Steve Reich
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Todo Cloud New Tab Page",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Replaces your new tab page with the Todo Cloud application.",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon48.png",
        "48": "img\/icon48.png",
        "64": "img\/icon48.png",
        "96": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs"
    ]
}