Todo Cloud New Tab Page
Replaces your new tab page with the Todo Cloud application.
Was ist Todo Cloud New Tab Page?
Todo Cloud New Tab Page ist eine Chrome-Erweiterung, die von Steve Reich entwickelt wurde, und ihr Hauptmerkmal ist "Replaces your new tab page with the Todo Cloud application.".
Erweiterungsscreenshots
Todo Cloud New Tab Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Todo Cloud New Tab Page-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 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! :)
Grundlegende Informationen zur Erweiterung
Name | |
ID | ipdkcnpbnghfkecmgfkehcfdninfaepj |
Offizielle URL | https://chrome.google.com/webstore/detail/todo-cloud-new-tab-page/ipdkcnpbnghfkecmgfkehcfdninfaepj |
Beschreibung | Replaces your new tab page with the Todo Cloud application. |
Dateigröße | 946 KB |
Installationsanzahl | 208 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2014-06-05 |
Veröffentlichungsdatum | 2014-06-05 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Steve Reich |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |