Note Now

Quickly Take Notes with One Click

Note Now क्या है?

Note Now Yiğitsr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly Take Notes with One Click"।

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

screenshot
screenshot
screenshot

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

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

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

                        *Take notes with just one click.
*Notes are stored locally.
*Autofocus the textarea when opening the extension.
*Save and delete your notes.
*Super fast notes.
*Works offline. Since notes are stored locally, no internet connection is needed.                    

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

नाम Note Now Note Now
ID lhcdbhckegmjmgjhlbdcpiebmkldgchm
आधिकारिक URL https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm
विवरण Quickly Take Notes with One Click
फ़ाइल का आकार 4.06 MB
स्थापना संख्या 45
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2023-12-25
प्रकाशन तिथि 2021-01-20
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Yiğitsr
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Now",
    "version": "2.0.1",
    "description": "Quickly Take Notes with One Click",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": ".\/img\/48x48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/img\/16x16.png",
        "48": ".\/img\/48x48.png",
        "128": ".\/img\/128x128.png"
    }
}