NewNote

A Chrome extension for making notes

NewNote क्या है?

NewNote Ludolfyn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension for making notes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NewNote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders.

To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts.

It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like.

It's new, it's light and new features will come with every update. Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम NewNote NewNote
ID colcgahhbcomhibjcekokebaecjiblbg
आधिकारिक URL https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg
विवरण A Chrome extension for making notes
फ़ाइल का आकार 9.22 KB
स्थापना संख्या 253
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2020-07-16
प्रकाशन तिथि 2020-07-05
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Ludolfyn
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewNote",
    "description": "A Chrome extension for making notes",
    "version": "2.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}