Notes Tab
This extension creates a note pad in a new tab
Notes Tab란 무엇입니까?
Notes Tab은(는) patrickasdf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a note pad in a new tab"입니다.
확장 프로그램 스크린샷
Notes Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
확장 프로그램 기본 정보
이름 | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
공식 URL | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
설명 | This extension creates a note pad in a new tab |
파일 크기 | 125 KB |
설치 횟수 | 202 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-08-26 |
출시 날짜 | 2015-08-26 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | patrickasdf |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.patrickmatherly.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |