Rundown
Your tasks, easily managed in the new-tab page.
Rundown क्या है?
Rundown Hristiyan Dodov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your tasks, easily managed in the new-tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rundown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's simple. You get a rich-text editor where you can structure tasks however you wish. On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.
एक्सटेंशन की मूल जानकारी
नाम | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
आधिकारिक URL | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
विवरण | Your tasks, easily managed in the new-tab page. |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-10-23 |
प्रकाशन तिथि | 2019-10-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Hristiyan Dodov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.3", "name": "Rundown", "description": "Your tasks, easily managed in the new-tab page.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |