Jotter
A fast in-tab scratchpad.
Jotter란 무엇입니까?
Jotter은(는) itsdavebot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fast in-tab scratchpad."입니다.
확장 프로그램 스크린샷
Jotter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Jotter is a keyboard-activated* scratchpad. It lets you take notes while you're thinking. I find app-switching distracting. I made this to record thoughts in the moment, and process and commit them to a heavier-duty notes app afterwards. It's useful for: - Doing research across 5 different tabs. - Taking minutes on video calls - Reading industry reports and papers - Copying important parts of how-to's (like, getting HTTPS set up for your domain) Some useful features: - A quick-copy shortcut to paste highlighted text directly in your editor. Works with pdfs too. - Each note keeps a bibliography so you can refer to your sources later. - You can tag, stash, and retrieve notes. - It integrates with Google Drive and Notion, so you can export your notes after you're done. * Toggle it with the "Open Jotter" keyboard shortcut, which defaults to "Ctrl/Cmd+Shift+Space". If you've found a bug, or have suggestions, ping me: ([email protected]).
확장 프로그램 기본 정보
이름 | Jotter |
ID | icdbglcdnjonofjpcfpcgpjjchokgnjl |
공식 URL | https://chromewebstore.google.com/detail/jotter/icdbglcdnjonofjpcfpcgpjjchokgnjl |
설명 | A fast in-tab scratchpad. |
파일 크기 | 1.27 MB |
설치 횟수 | 287 |
현재 버전 | 0.0.27 |
최근 업데이트 | 2022-05-06 |
출시 날짜 | 2021-11-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | itsdavebot |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://getjotter.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jotter", "description": "A fast in-tab scratchpad.", "version": "0.0.27", "permissions": [ "storage", "activeTab", "scripting", "notifications", "identity" ], "background": { "service_worker": "background.js" }, "icons": { "192": "android-chrome-192x192.png" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "fonts\/", "fonts\/remixicon.31d2848.eot", "fonts\/remixicon.881fbc4.woff", "fonts\/remixicon.888e61f.ttf", "fonts\/remixicon.9915fef.woff2", "fonts\/Roboto-Medium.ttf", "query-pdf.js", "btn_google_light_normal_ios.svg", "btn_google_light_normal_ios1.svg", "[email protected]", "[email protected]", "notion-logo-383x400.png", "jotter.css" ], "matches": [ " |