Notes Dashboard
Notepad and to-do lists saved to your browser
Notes Dashboard क्या है?
Notes Dashboard jovyntan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notepad and to-do lists saved to your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notes Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Open a new tab to write down your thoughts and keep track of your agendas! Replace a new tab page with a markdown text editor and an organised task manager. Your data is saved to your browser storage and will be synced across different tabs. (Clearing your browser cache will also clear your data.) This extension works offline though some styles may be affected. Features: ** To-do lists ** ➝ Add, delete & update tasks ➝ Categorise your to-do lists into stay organised ➝ Colour-code your lists ➝ Set different priority levels for each task ➝ Clear completed tasks to keep your list clean ➝ Toggle to hide/show the task panel ** Text editor ** ➝ Choose to hide/show your toolbar to keep the interface clean ➝ Notes are immediately saved to your local storage ➝ Supports markdown editing - if you're unfamiliar with markdown, you can click on the extension icon to view a cheatsheet :)
एक्सटेंशन की मूल जानकारी
नाम | Notes Dashboard |
ID | cfkmfhonabmdcgamkfijfncoipiooipm |
आधिकारिक URL | https://chromewebstore.google.com/detail/notes-dashboard/cfkmfhonabmdcgamkfijfncoipiooipm |
विवरण | Notepad and to-do lists saved to your browser |
फ़ाइल का आकार | 577 KB |
स्थापना संख्या | 184 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-06-22 |
प्रकाशन तिथि | 2020-06-22 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | jovyntan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes Dashboard", "description": "Notepad and to-do lists saved to your browser", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "chrome-notes", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |