Notepad
Simple notebook which helps you to save/manage your notes.
Notepad란 무엇입니까?
Notepad은(는) Bhupendra Singh Bhandari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple notebook which helps you to save/manage your notes."입니다.
확장 프로그램 스크린샷
Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features : 1.Lightning fast experience. 2. No login required. 3. Formatting options. 4. Recycle Bin. 5. Manage notes in categories 6. Automatically sync with chrome. 7. Reorder notes. Future roadmap: 1. Search capabilities. 2. Copy to clipboard. 3. Print notes. 4. Themes (dark/light mode). 5. Download notes. 6. Support for multiple language
확장 프로그램 기본 정보
이름 | Notepad |
ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
공식 URL | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
설명 | Simple notebook which helps you to save/manage your notes. |
파일 크기 | 701 KB |
설치 횟수 | 2,166 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2020-07-13 |
출시 날짜 | 2020-06-24 |
평점 | 4.38/5 총 13 개의 평점 |
개발자 | Bhupendra Singh Bhandari |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad", "version": "1.0.5", "description": "Simple notebook which helps you to save\/manage your notes.", "permissions": [ "bookmarks" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" } }, "icons": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" }, "manifest_version": 2, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |