Advanced Notepad
Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.
Advanced Notepad란 무엇입니까?
Advanced Notepad은(는) Mr. Alien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever."입니다.
확장 프로그램 스크린샷
Advanced Notepad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome Advanced Notepad is a simple yet powerful notepad filled with rich features. 1) Quick Notes Don't want to create a note to store temporary text? No worries, you can store the notes in Quick notes and erase them whenever you want to. 2) Multiple Notes You can create multiple notes. No need to worry about storage. 3) Auto Save No need of a Save button, Advanced Notepad stores the notes without you doing anything. It will store as and when you create a note or you start editing it. 4) Format Notes You can format your notes. Create unordered/ordered lists, make the text bold, underline, italic or strike it out. 5) Remote Backup Backup your notes on cloud and restore it on any computer. Powered by JSONbin.io You could read more around privacy policy at https://8bit.codes/privacy --------- Change Log v2.1 - Fix backup v2.0 - Fixed a few bugs - Resized the window, now it's more bigger than earlier. - Longer file names, use a line break to decide the file name once you start typing in the notes. - Notepad will now show Created At & Updated At timestamps for the new notes created (Updated will show up for the older notes too). - Fonts are darker and more clearer. v1.5 - Backup Fix v1.3, v1.4 - Minor Fixes - Backup Fix v1.2 - Added formatting options [Increase font size, decrease font size, clear formatting] - Added Help info v1.1 - Set the note file name to default if no text found in the note. v1 - Initial Release
확장 프로그램 기본 정보
이름 | Advanced Notepad |
ID | lfjjkejjcighooiohaacdhlgpbfoldca |
공식 URL | https://chromewebstore.google.com/detail/advanced-notepad/lfjjkejjcighooiohaacdhlgpbfoldca |
설명 | Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever. |
파일 크기 | 85.26 KB |
설치 횟수 | 10,159 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-01-20 |
출시 날짜 | 2019-12-23 |
평점 | 4.35/5 총 99 개의 평점 |
개발자 | Mr. Alien |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://8bit.codes/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Advanced Notepad", "short_name": "Advanced Notepad", "description": "Simple Notepad yet filled with rich features. Format text, create multiple notes, autosave, remote backup. Faster than ever.", "version": "2.1", "icons": { "16": "images\/extension-icons\/icon-notes-sm.png", "48": "images\/extension-icons\/icon-notes-md.png", "128": "images\/extension-icons\/icon-notes-lg.png" }, "browser_action": { "default_icon": "images\/extension-icons\/icon-notes-md.png", "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage" ], "offline_enabled": true } |