Todo Cloud New Tab Page
Replaces your new tab page with the Todo Cloud application.
Hvad er Todo Cloud New Tab Page?
Todo Cloud New Tab Page er en Chrome-udvidelse udviklet af Steve Reich, og dens hovedfunktion er "Replaces your new tab page with the Todo Cloud application.".
Udvidelsesskærmbilleder
Download Todo Cloud New Tab Page-udvidelses-CRX-fil
Download Todo Cloud New Tab Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! :)
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ipdkcnpbnghfkecmgfkehcfdninfaepj |
Officiel URL | https://chrome.google.com/webstore/detail/todo-cloud-new-tab-page/ipdkcnpbnghfkecmgfkehcfdninfaepj |
Beskrivelse | Replaces your new tab page with the Todo Cloud application. |
Filstørrelse | 946 KB |
Antal Installationer | 208 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2014-06-05 |
Udgivelsesdato | 2014-06-05 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Steve Reich |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |