Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Super Quick Notes란 무엇입니까?
Super Quick Notes은(는) Tilek Mamutov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome."입니다.
확장 프로그램 스크린샷
Super Quick Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
확장 프로그램 기본 정보
이름 | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
공식 URL | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
설명 | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
파일 크기 | 125 KB |
설치 횟수 | 218 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2017-01-04 |
출시 날짜 | 2017-01-04 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Tilek Mamutov |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |