MemoInjo
Stick memo on any website and sync via Joplin
MemoInjo란 무엇입니까?
MemoInjo은(는) Ben Lau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stick memo on any website and sync via Joplin"입니다.
확장 프로그램 스크린샷
MemoInjo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MemoInjo is a Chrome extension that sticks a memo on any website and stores/sync via Joplin. Simply press the icon of MemoInjo at the extension toolbar (top-right corner) in Chrome. It will show a memo editor for the browsing website. You may create a summary or a task list associated with a website easily. MemoInjo is not a web clipper that could capture only once. You could reopen the same memo for the same URL. And thank to the sync feature of Joplin, you may access the memo across different computer. Setup 1. Install the extension 2. Open Joplin 3. Go to Web Clipper Options and follow the instruction. 4. In the toolbar of the browser, press the button of MemoInjo 5. It will ask you to grant permission in Joplin. 6. Switch back to Joplin and grant the permission. Then it is ready to use.
확장 프로그램 기본 정보
이름 | MemoInjo |
ID | fbcdcliemdonkopdkpejdfmajlbaibac |
공식 URL | https://chromewebstore.google.com/detail/memoinjo/fbcdcliemdonkopdkpejdfmajlbaibac |
설명 | Stick memo on any website and sync via Joplin |
파일 크기 | 1.98 MB |
설치 횟수 | 263 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-04-23 |
출시 날짜 | 2022-02-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Ben Lau |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/benlau/memoinjo |
도움말 페이지 URL | https://github.com/benlau/memoinjo |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MemoInjo", "description": "Stick memo on any website and sync via Joplin", "version": "0.1.3", "manifest_version": 3, "permissions": [ "storage", "activeTab" ], "options_page": "memoinjo\/options.html", "action": { "default_popup": "memoinjo\/popup.html" }, "icons": { "128": "memoinjo\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+Shift+M", "mac": "Ctrl+Shift+M", "chromeos": "Alt+Shift+M", "linux": "Alt+Shift+M" } } } } |