Notepad
A simple yet powerful notepad with HTML5 support and more
Notepad란 무엇입니까?
Notepad은(는) InBasic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple yet powerful notepad with HTML5 support and more"입니다.
확장 프로그램 스크린샷
Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button. Features: * Automatically save notes * Supports notebooks * Supports exporting text from webpages to all notepads * Uses local storage and works completely offline * Supports common formatting options
확장 프로그램 기본 정보
이름 | Notepad |
ID | hchcbafooaphheofgpijpfgklcmmmpff |
공식 URL | https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff |
설명 | A simple yet powerful notepad with HTML5 support and more |
파일 크기 | 671 KB |
설치 횟수 | 11,203 |
현재 버전 | 0.2.0.1 |
최근 업데이트 | 2022-12-22 |
출시 날짜 | 2018-03-01 |
평점 | 3.63/5 총 8 개의 평점 |
개발자 | InBasic |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webextension.org/listing/notepad.html |
도움말 페이지 URL | https://webextension.org/listing/notepad.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/inb.cor.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0.1", "name": "Notepad", "description": "A simple yet powerful notepad with HTML5 support and more", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html", "action": [], "background": { "service_worker": "worker.js" }, "options_ui": { "page": "data\/options\/index.html" } } |