NewTab Memo
Transforms Chrome new tabs into memopads. Type, edit, and save text.
NewTab Memo란 무엇입니까?
NewTab Memo은(는) nc-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transforms Chrome new tabs into memopads. Type, edit, and save text."입니다.
확장 프로그램 스크린샷
NewTab Memo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ideal for jotting down notes. Only stores text locally, without any external tracking or storage. ★ Features ★ - Works offline - Autosaves text - Curated themes - Custom web fonts - Lightweight (~30 KiB) and only "Vanilla JS" = = = = = = = = = = Changelog (most recent updates) v1.1.2 - positioning bug fix v1.1.1 - New text editing lock/unlock button and indicator - New theme: Cookies 'n Cream - New text styling buttons: bold, italics, underline, strikethrough, indent, outdent, v1.1.0 - Moving some experimental features to stable - Options page changes to display current CSS settings
확장 프로그램 기본 정보
이름 | NewTab Memo |
ID | gmahiocgkhbehfpmdndjpppdehlccaoh |
공식 URL | https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh |
설명 | Transforms Chrome new tabs into memopads. Type, edit, and save text. |
파일 크기 | 24.05 KB |
설치 횟수 | 138 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2021-01-15 |
출시 날짜 | 2017-06-28 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | nc-dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab Memo", "version": "1.1.2", "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.", "chrome_url_overrides": { "newtab": "newTab.html" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_title": "NewTab Memo", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "commands": { "save_changes": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Save text changes" } } } |