Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Simple Notepad란 무엇입니까?
Simple Notepad은(는) mountaindull에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very simple notepad. Synchronize between the same accounts."입니다.
확장 프로그램 스크린샷
Simple Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
확장 프로그램 기본 정보
이름 | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
공식 URL | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
설명 | Very simple notepad. Synchronize between the same accounts. |
파일 크기 | 51.86 KB |
설치 횟수 | 174 |
현재 버전 | 1.6.5 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2022-01-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | mountaindull |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Keinsleif/Simple_Notepad |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |