The To Don't List
ToDon’t is a daily reminder for all the things to NOT do in your life.
Apa itu The To Don't List?
The To Don't List adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "ToDon’t is a daily reminder for all the things to NOT do in your life.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The To Don't List
Unduh file ekstensi The To Don't List 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
The key to unlocking productivity is not adding tasks, it’s removing them. To-Don’t is a to-do list that helps you avoid all the things you really shouldn’t be doing. Doing nothing has never felt so good! Created by Burrow, furniture for modern life at home.
Informasi Dasar Ekstensi
Nama | The To Don't List |
ID | mfgbojcehkmcfkpolijocfiajojgpcfg |
URL Resmi | https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg |
Deskripsi | ToDon’t is a daily reminder for all the things to NOT do in your life. |
Ukuran File | 19.44 MB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-11-05 |
Tanggal Publikasi | 2018-11-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://thetodontlist.com |
URL Halaman Bantuan | https://thetodontlist.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The To Don't List", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png" }, "version": "0.1", "description": "ToDon\u2019t is a daily reminder for all the things to NOT do in your life.", "author": "Burrow", "chrome_url_overrides": { "newtab": "todont.html" }, "permissions": [ "storage", "tabs", "activeTab" ], "web_accessible_resources": [ "assets\/gifs\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |