Next Todo in New Tab
Shows you the next task to work on
Apa itu Next Todo in New Tab?
Next Todo in New Tab adalah ekstensi Chrome yang dikembangkan oleh https://weekplan.net, dan fitur utamanya adalah "Shows you the next task to work on".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Next Todo in New Tab
Unduh file ekstensi Next Todo in 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
New tab that shows a random gorgeous picture and your next task. It integrates with Week Plan to pull down your todo list from your Week Plan account. https://weekplan.net
Informasi Dasar Ekstensi
Nama | |
ID | bamagneapdhjinedbgjdalmcopaongjh |
URL Resmi | https://chromewebstore.google.com/detail/next-todo-in-new-tab/bamagneapdhjinedbgjdalmcopaongjh |
Deskripsi | Shows you the next task to work on |
Ukuran File | 4.82 MB |
Jumlah Instalasi | 89 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-06-24 |
Tanggal Publikasi | 2018-06-23 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | https://weekplan.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://weekplan.net |
URL Halaman Bantuan | http://support.weekplan.net |
URL Halaman Kebijakan Privasi | https://wise.pm/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Next Todo in New Tab", "version": "0.3", "manifest_version": 2, "description": "Shows you the next task to work on", "icons": { "64": "logo64.png", "32": "logo32.png", "16": "logo16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.weekplan.net\/*", "http:\/\/api-dev.weekplan.net\/*" ], "exclude_matches": [ "https:\/\/app.weekplan.net\/*" ], "css": [], "js": [ "contentscript.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "tabs", "cookies" ], "web_accessible_resources": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |