Notepad for Chrome

A very simple and syncable notepad 📑 for Chrome.

Notepad for Chrome란 무엇입니까?

Notepad for Chrome은(는) air에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A very simple and syncable notepad 📑 for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Notepad for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Pin the extension and add a note 📝 whenever you need.
3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing.
4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖

✨ Features ✨

1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices.
2. Can sync notes by default (and caret position, and scroll offsets.)
3. Customizable font and notepad size.

Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!                    

확장 프로그램 기본 정보

이름 Notepad for Chrome Notepad for Chrome
ID iehdbedeamjlmpmfgkemgciejcbdggln
공식 URL https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln
설명 A very simple and syncable notepad 📑 for Chrome.
파일 크기 43.57 KB
설치 횟수 99
현재 버전 1.0.0
최근 업데이트 2023-03-31
출시 날짜 2023-03-31
평점 5.00/5 총 2 개의 평점
개발자 air
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad for Chrome",
    "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.",
    "version": "1.0.0",
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "downloads"
    ],
    "icons": {
        "128": "img\/128_icon.png",
        "48": "img\/48_icon.png",
        "16": "img\/16_icon.png"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_popup": "index.html",
        "default_title": "Click to start typing..."
    }
}