The To Don't List
ToDon’t is a daily reminder for all the things to NOT do in your life.
The To Don't List क्या है?
The To Don't List Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ToDon’t is a daily reminder for all the things to NOT do in your life."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The To Don't List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | The To Don't List |
ID | mfgbojcehkmcfkpolijocfiajojgpcfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg |
विवरण | ToDon’t is a daily reminder for all the things to NOT do in your life. |
फ़ाइल का आकार | 19.44 MB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2018-11-05 |
प्रकाशन तिथि | 2018-11-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thetodontlist.com |
सहायता पृष्ठ URL | https://thetodontlist.com |
समर्थित भाषाएँ | 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 } } |