Memento

A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.

Memento क्या है?

Memento Evan Garrett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Memento is a very simple and elegant, yet smart offline notepad with rich text-editing capabilities. It allows you to take as many notes as you would like. Not only that, but you can also access your notes quickly and simply. 

Features
🌿 Elegant, Beautiful, and customizable UI
🌿 Opens on each tab
🌿 Rich text-editing
🌿 Dark Mode 
🌿 Emoji Picker
🌿 As many notes as you want
🌿 Note Search
🌿 Privacy Mode for presentations
🌿 Pin notes to the top for better visibility
🌿 Powerful Shortcut system
🌿 Command Palette for accessing common options.
🌿 Use the notepad in Latin. 
🌿 Create and Restore Backups 
🌿 Export and Import Markdown
🌿 Note Archive and recovery system
🌿 Cleanup Utilities: Duplicate note elimination
🌿 Multiple Language Support (currently EN, DE, HR, ES, HI, FR, LA, PT, ZH, EL, SK)
🌿 Data Privacy and anonymity.                    

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

नाम Memento Memento
ID jfpnlhmdmlfbjejmnfgacgkkligneihb
आधिकारिक URL https://chromewebstore.google.com/detail/memento/jfpnlhmdmlfbjejmnfgacgkkligneihb
विवरण A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.
फ़ाइल का आकार 1.68 MB
स्थापना संख्या 459
वर्तमान संस्करण 3.19.0
अंतिम अपडेट 2021-11-20
प्रकाशन तिथि 2020-05-08
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर Evan Garrett
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://linktr.ee/memento_notepad
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Memento Notepad",
    "name": "Memento",
    "description": "A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.",
    "icons": {
        "32": "Memento_Icon48x48px.png",
        "64": "Memento_Icon48x48px.png",
        "16": "favicon.png",
        "48": "Memento_Icon48x48px.png",
        "128": "memento_m_logo_128px.jpg"
    },
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "permissions": [
        "https:\/\/sentry.io\/*"
    ],
    "manifest_version": 2,
    "version": "3.19.0",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}