Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
Apa itu Any.do New Tab?
Any.do New Tab adalah ekstensi Chrome yang dikembangkan oleh Mike Petrov, dan fitur utamanya adalah "Extension to see the upcoming tasks to do in the new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Any.do New Tab
Unduh file ekstensi Any.do New Tab 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 developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
Informasi Dasar Ekstensi
Nama | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
URL Resmi | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Deskripsi | Extension to see the upcoming tasks to do in the new tab |
Ukuran File | 157 KB |
Jumlah Instalasi | 423 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2020-05-31 |
Tanggal Publikasi | 2020-05-30 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | Mike Petrov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |