My Notes

Simple and fast note-taking.

My Notes란 무엇입니까?

My Notes은(는) Pavel Bucka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and fast note-taking."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        – Automatically saved and updated in every open tab

– Context menu to save selected text to note or My Notes in second computer

– Back up notes to Google Drive

– Sync notes between My Notes and Google Drive, edit them from other devices or My Notes

– Auto Sync notes to Google Drive

– Drag and Drop image with automatic image upload to Google Drive

– Toolbar (Bold, Italic, Underline, etc.)

– Themes (Light, Dark, Custom)

– Keyboard shortcuts

– Command palette

– Works offline


More at:

https://github.com/penge/my-notes                    

확장 프로그램 기본 정보

이름 My Notes My Notes
ID lkeeogfaiembcblonahillacpaabmiop
공식 URL https://chromewebstore.google.com/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop
설명 Simple and fast note-taking.
파일 크기 69.75 KB
설치 횟수 15,154
현재 버전 3.28
최근 업데이트 2023-12-22
출시 날짜 2020-06-27
평점 4.68/5 총 82 개의 평점
개발자 Pavel Bucka
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/penge/my-notes
개인정보 보호 정책 페이지 URL https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Notes",
    "description": "Simple and fast note-taking.",
    "version": "3.28",
    "homepage_url": "https:\/\/github.com\/penge\/my-notes",
    "icons": {
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "notifications"
    ],
    "optional_permissions": [
        "identity"
    ],
    "host_permissions": [
        "https:\/\/drive.google.com\/"
    ],
    "oauth2": {
        "client_id": "813847979218-unbbh8m0el8vjdi74rnqdarm1mhv3985.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.mjs",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon128.png"
    },
    "commands": {
        "open-my-notes": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "windows": "Ctrl+Shift+M",
                "mac": "Ctrl+Shift+M"
            },
            "description": "Open My Notes"
        }
    },
    "minimum_chrome_version": "92",
    "offline_enabled": true
}