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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple but smart notepad; A place to go to get out your thoughts quickly and save them for later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Memento 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}