Memento

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

Memento là gì?

Memento là một tiện ích mở rộng Chrome được phát triển bởi Evan Garrett, và tính năng chính của nó là "A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Memento

Tải xuống các tệp mở rộng Memento dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Memento Memento
ID jfpnlhmdmlfbjejmnfgacgkkligneihb
URL Chính Thức https://chromewebstore.google.com/detail/memento/jfpnlhmdmlfbjejmnfgacgkkligneihb
Mô tả A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later.
Kích Thước Tệp 1.68 MB
Số Lần Cài Đặt 459
Phiên Bản Hiện Tại 3.19.0
Cập Nhật Lần Cuối 2021-11-20
Ngày Phát Hành 2020-05-08
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Evan Garrett
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linktr.ee/memento_notepad
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}