Notepad Online
A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
Notepad Online란 무엇입니까?
Notepad Online은(는) Brandon Fowler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more."입니다.
확장 프로그램 스크린샷
Notepad Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Notepad Online is a simple online notepad with support for rich text editing and multiple named notes. Features: - Synced or local notes - Multiple named notes - Upload and download notes from your computer (as HTML or plain text) - Edit notes as HTML (rich text) or plain text - View HTML notes in any browsers and plain text notes all any text editor - Dark mode - Editing toolbar (text decoration, text alignment, lists, indention, text and background color, links, horizontal lines, and more!) - Auto save - Popup mode and full page mode - Unlimited note size (for local notes) - Compressed synced notes (for higher capacity)
확장 프로그램 기본 정보
이름 | Notepad Online |
ID | hjabknmbgbnopipagjbmocghjodofkif |
공식 URL | https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif |
설명 | A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more. |
파일 크기 | 35.33 KB |
설치 횟수 | 10,643 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2024-01-21 |
출시 날짜 | 2019-06-08 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | Brandon Fowler |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad Online", "version": "2.0.2", "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.", "permissions": [ "contextMenus", "storage", "unlimitedStorage", "downloads" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "manifest_version": 3 } |