Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Easy Note란 무엇입니까?
Easy Note은(는) ozanerturk17에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome"입니다.
확장 프로그램 스크린샷
Easy Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
확장 프로그램 기본 정보
이름 | |
ID | hheobakelknbjicekbkmijjgcbephcef |
공식 URL | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
설명 | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
파일 크기 | 222 KB |
설치 횟수 | 33 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2021-03-10 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | ozanerturk17 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ozanerturk/easy-note-chrome-extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |