Nootpad
A notepad whenever you need it.
Nootpad란 무엇입니까?
Nootpad은(는) James Pan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A notepad whenever you need it."입니다.
확장 프로그램 스크린샷
Nootpad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too. James Pan http://pan-james.tumblr.com @jibpan Shortcuts ---------- Move forward one frame: Alt + . Move back one frame: Alt + ,
확장 프로그램 기본 정보
이름 | Nootpad |
ID | impicfhanbdnokdchlcnafgdhenlffph |
공식 URL | https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph |
설명 | A notepad whenever you need it. |
파일 크기 | 11.64 KB |
설치 횟수 | 2,333 |
현재 버전 | 0.71 |
최근 업데이트 | 2015-07-15 |
출시 날짜 | 2015-07-15 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | James Pan |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nootpad", "description": "A notepad whenever you need it.", "version": "0.71", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Open a nootpad", "default_popup": "nootpad.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |