NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
NEW TAB NOTE क्या है?
NEW TAB NOTE deren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NEW TAB NOTE is new tab extension for notes!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NEW TAB NOTE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✨ Update - 2022/1/26 You can now create multiple notes. - 2022/1/21 Layout adjustment. - 2021/11/29 Improved list entry. - 2021/07/08 I added a filter function. You can blur the contents of the memo by clicking the icon. You can blur your notes in filter mode to block peeping from others. --- 📚 Features - Just open new tab, and write down thoughts. - You can write in markdown. - No worries about saving things when writing. - You can blur your notes in filter mode to block peeping from others. - You can create multiple notes. --- Click here for requests. https://github.com/deren2525/new-tab-note/issues/new/choose
एक्सटेंशन की मूल जानकारी
नाम | NEW TAB NOTE |
ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
विवरण | NEW TAB NOTE is new tab extension for notes! |
फ़ाइल का आकार | 870 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 2.8.1 |
अंतिम अपडेट | 2022-05-18 |
प्रकाशन तिथि | 2020-08-15 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | deren |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/deren2525/new-tab-note |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "2.8.1", "description": "__MSG_Description__", "action": { "default_popup": "popup.html", "default_icon": { "32": "assets\/images\/icon.png" } }, "chrome_url_overrides": { "newtab": "newTabNote.html" }, "icons": { "48": "assets\/images\/icon.png" }, "manifest_version": 3, "default_locale": "en" } |