Minimal Notes
It's minimal. Test it.
Minimal Notes란 무엇입니까?
Minimal Notes은(는) Mojtaba Javan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's minimal. Test it."입니다.
확장 프로그램 스크린샷
Minimal Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's a simple, free, open-source and offline note-taking extension. It's best suited for those who want to take notes while reading a page and copy/paste them to another file/service at once. How does it work? 1. Select your text in a web page. 2. Right-click and select "Take note". 3. To see your notes, click the icon. 4. Copy if you want. Changelog - 1.0.3 - Used context menu instead of keyboard shortcut - Fixed some minor bugs
확장 프로그램 기본 정보
이름 | Minimal Notes |
ID | hkfapjkjbdhfoeoomnmjmafpehckingh |
공식 URL | https://chromewebstore.google.com/detail/minimal-notes/hkfapjkjbdhfoeoomnmjmafpehckingh |
설명 | It's minimal. Test it. |
파일 크기 | 12.95 KB |
설치 횟수 | 48 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2019-06-11 |
출시 날짜 | 2019-06-11 |
개발자 | Mojtaba Javan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mrmowji/minimal-notes |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Notes", "description": "It's minimal. Test it.", "version": "1.0.3", "manifest_version": 2, "permissions": [ "storage", "activeTab", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |