Todo Cloud New Tab Page
Replaces your new tab page with the Todo Cloud application.
Apa itu Todo Cloud New Tab Page?
Todo Cloud New Tab Page adalah ekstensi Chrome yang dikembangkan oleh Steve Reich, dan fitur utamanya adalah "Replaces your new tab page with the Todo Cloud application.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Todo Cloud New Tab Page
Unduh file ekstensi Todo Cloud New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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! :)
Informasi Dasar Ekstensi
Nama | |
ID | ipdkcnpbnghfkecmgfkehcfdninfaepj |
URL Resmi | https://chrome.google.com/webstore/detail/todo-cloud-new-tab-page/ipdkcnpbnghfkecmgfkehcfdninfaepj |
Deskripsi | Replaces your new tab page with the Todo Cloud application. |
Ukuran File | 946 KB |
Jumlah Instalasi | 208 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2014-06-05 |
Tanggal Publikasi | 2014-06-05 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Steve Reich |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |